Searched refs:KOption (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 1436 typedef enum KOption { enum 1450 } KOption; typedef 1498 static KOption getoption (Header *h, const char **fmt, int *size) { 1553 static KOption getdetails (Header *h, size_t totalsize, 1555 KOption opt = getoption(h, fmt, psize); 1624 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); 1723 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); 1781 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign);
|