Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c1484 static int getnumlimit (Header *h, const char **fmt, int df) { in getnumlimit() function
1530 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; in getoption()
1531 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; in getoption()
1532 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; in getoption()
1547 h->maxalign = getnumlimit(h, fmt, maxalign); in getoption()