Searched refs:KOption (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lstrlib.c | 1163 typedef enum KOption { enum 1173 } KOption; typedef 1221 static KOption getoption (Header *h, const char **fmt, int *size) { in getoption() 1268 static KOption getdetails (Header *h, size_t totalsize, in getdetails() 1270 KOption opt = getoption(h, fmt, psize); in getdetails() 1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack() 1424 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_packsize() 1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
|