Searched refs:KOption (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lstrlib.c | 1385 typedef enum KOption { enum 1395 } KOption; typedef 1443 static KOption getoption (Header *h, const char **fmt, int *size) { in getoption() 1490 static KOption getdetails (Header *h, size_t totalsize, in getdetails() 1492 KOption opt = getoption(h, fmt, psize); in getdetails() 1563 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack() 1646 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_packsize() 1704 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
|