Searched refs:isnext (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h189 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE) macro
H A Drun.c203 if (isbreak(x) || isnext(x) || iscont(x))
313 if (isexit(y) || isnext(y))
1388 if (isnext(x) || isexit(x) || isret(x))
1402 if (isnext(x) || isexit(x) || isret(x))
1427 if (isnext(x) || isexit(x) || isret(x))
1457 if (isnext(x) || isexit(x) || isret(x)) {

Completed in 123 milliseconds