Searched refs:getnumlimit (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lstrlib.c | 1476 static int getnumlimit (Header *h, const char **fmt, int df) { function 1518 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; 1519 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; 1520 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; 1535 h->maxalign = getnumlimit(h, fmt, maxalign);
|