Searched defs:inloop (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/one-true-awk/ | ||
H A D | awkgram.y | 36 int inloop = 0; /* >= 1 if in while, for, do; can't be bool, since loops can next */ variable |
/freebsd-src/contrib/mandoc/ | ||
H A D | read.c | 162 int inloop; /* Saw .while on this level. */ in mparse_buf_r() local |
H A D | roff.c | 701 int inloop; roffnode_pop() local |