OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OJUMP
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
79
uschar ctype; /* OCELL, OBOOL,
OJUMP
, etc. */
149
#define
OJUMP
3
184
#define isjump(n) ((n)->ctype ==
OJUMP
)
run.c
77
static Cell breakcell ={
OJUMP
, JBREAK, 0, 0, 0.0, NUM };
79
static Cell contcell ={
OJUMP
, JCONT, 0, 0, 0.0, NUM };
81
static Cell nextcell ={
OJUMP
, JNEXT, 0, 0, 0.0, NUM };
83
static Cell nextfilecell ={
OJUMP
, JNEXTFILE, 0, 0, 0.0, NUM };
85
static Cell exitcell ={
OJUMP
, JEXIT, 0, 0, 0.0, NUM };
87
static Cell retcell ={
OJUMP
, JRET, 0, 0, 0.0, NUM };
[
all
...]
Completed in 91 milliseconds