Home
last modified time | relevance | path

Searched refs:isnext (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/awk/
Dawk.h195 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE) macro
Drun.c204 if (isbreak(x) || isnext(x) || iscont(x)) in program()
316 if (isexit(y) || isnext(y)) in call()
1405 if (isnext(x) || isexit(x) || isret(x)) in whilestat()
1419 if (isnext(x) || isexit(x) || isret(x)) in dostat()
1444 if (isnext(x) || isexit(x) || isret(x)) in forstat()
1474 if (isnext(x) || isexit(x) || isret(x)) { in instat()
/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c7317 int ishead, isnext, isversion, onbranch; in RCS_deltas() local
7366 isnext = 0; in RCS_deltas()
7371 isnext = 1; in RCS_deltas()
7441 else if (isnext) in RCS_deltas()