OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_NODE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c
[
all
...]
regparse.h
273
#define
NULL_NODE
((Node* )0)
regparse.c
947
env->mem_nodes_static[i] =
NULL_NODE
;
981
p[i] =
NULL_NODE
;
1248
if (IS_NULL(n)) return
NULL_NODE
;
1345
NCALL(node)->target =
NULL_NODE
;
1366
NQTFR(node)->head_exact =
NULL_NODE
;
1367
NQTFR(node)->next_head_exact =
NULL_NODE
;
[
all
...]
Completed in 207 milliseconds