OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NANCHOR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c
[
all
...]
regparse.h
77
#define
NANCHOR
(node) (&((node)->u.anchor))
regparse.c
1074
if (
NANCHOR
(node)->target)
1075
onig_node_free(
NANCHOR
(node)->target);
1279
NANCHOR
(node)->type = type;
1280
NANCHOR
(node)->target = NULL;
1281
NANCHOR
(node)->char_len = -1;
[
all
...]
Completed in 2353 milliseconds