Home
last modified time | relevance | path

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

/minix3/external/historical/nawk/dist/
H A Dproctab.c193 whilestat, /* WHILE */
H A Dproto.h187 extern Cell *whilestat(Node **, int);
H A Drun.c1402 Cell *whilestat(Node **a, int n) /* while (a[0]) a[1] */ in whilestat() function
/minix3/external/mit/lua/dist/src/
H A Dlparser.c1248 static void whilestat (LexState *ls, int line) { in whilestat() function
1557 whilestat(ls, line); in statement()