Home
last modified time | relevance | path

Searched defs:whilestat (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c1236 static void whilestat (LexState *ls, int line) { in whilestat() function
/freebsd/contrib/lua/src/
H A Dlparser.c1468 static void whilestat (LexState *ls, int line) { in whilestat() function
/freebsd/contrib/one-true-awk/
H A Drun.c1883 Cell *whilestat(Node **a, int n) /* while (a[0]) a[1] */ in whilestat() function