Home
last modified time | relevance | path

Searched refs:whilestat (Results 1 – 4 of 4) sorted by relevance

/external/one-true-awk/
Dproctab.c187 whilestat, /* WHILE */
Dproto.h179 extern Cell *whilestat(Node **, int);
Drun.c1379 Cell *whilestat(Node **a, int n) /* while (a[0]) a[1] */ in whilestat() function
/external/syslinux/com32/lua/src/
Dlparser.c1233 static void whilestat (LexState *ls, int line) { in whilestat() function
1542 whilestat(ls, line); in statement()