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

/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dproctab.c193 whilestat, /* WHILE */
H A Dproto.h187 extern Cell *whilestat(Node **, int);
H A Drun.c1395 Cell *whilestat(Node **a, int n) /* while (a[0]) a[1] */ function
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c993 static void whilestat (LexState *ls, int line) { function
994 /* whilestat -> WHILE cond DO block END */
1280 case TK_WHILE: { /* stat -> whilestat */
1281 whilestat(ls, line);

Completed in 295 milliseconds