OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isnext
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
188
#define
isnext
(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
macro
run.c
200
if (isbreak(x) ||
isnext
(x) || iscont(x))
310
if (isexit(y) ||
isnext
(y))
1385
if (
isnext
(x) || isexit(x) || isret(x))
1399
if (
isnext
(x) || isexit(x) || isret(x))
1424
if (
isnext
(x) || isexit(x) || isret(x))
[
all
...]
Completed in 25 milliseconds