OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nullnode
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
144
extern Node *
nullnode
;
tran.c
65
Node *
nullnode
; /* zero&null, converted into a node for comparisons */
variable
75
nullnode
= celltonode(nullloc, CCON);
awkgram.y
473
return op2(NE, n,
nullnode
);
Completed in 126 milliseconds