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

/netbsd-current/external/historical/nawk/dist/
H A Dproctab.c192 whilestat, /* WHILE */
H A Dproto.h189 extern Cell *whilestat(Node **, int);
H A Drun.c1414 Cell *whilestat(Node **a, int n) /* while (a[0]) a[1] */ function
/netbsd-current/external/mit/lua/dist/src/
H A Dlparser.c1482 static void whilestat (LexState *ls, int line) { function
1483 /* whilestat -> WHILE cond DO block END */
1871 case TK_WHILE: { /* stat -> whilestat */
1872 whilestat(ls, line);

Completed in 105 milliseconds