Searched refs:getnumlimit (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lstrlib.c | 1199 static int getnumlimit (Header *h, const char **fmt, int df) { in getnumlimit() function 1237 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; in getoption() 1238 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption() 1239 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; in getoption() 1252 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break; in getoption()
|