Home
last modified time | relevance | path

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

/netbsd/src/external/historical/nawk/dist/
Dawk.h224 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE) macro
Drun.c212 if (isbreak(x) || isnext(x) || iscont(x)) in program()
321 if (isexit(y) || isnext(y)) in call()
1891 if (isnext(x) || isexit(x) || isret(x)) in whilestat()
1905 if (isnext(x) || isexit(x) || isret(x)) in dostat()
1930 if (isnext(x) || isexit(x) || isret(x)) in forstat()
1960 if (isnext(x) || isexit(x) || isret(x)) { in instat()
/netbsd/src/external/gpl2/xcvs/dist/src/
Drcs.c7274 int ishead, isnext, isversion, onbranch; in RCS_deltas() local
7322 isnext = 0; in RCS_deltas()
7327 isnext = 1; in RCS_deltas()
7380 else if (isnext) in RCS_deltas()