Home
last modified time | relevance | path

Searched refs:getnumlimit (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlstrlib.c1421 static int getnumlimit (Header *h, const char **fmt, int df) { in getnumlimit() function
1459 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; in getoption()
1460 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()
1461 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; in getoption()
1474 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break; in getoption()