OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NQTFR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c
1259
qn =
NQTFR
(node->target);
[
all
...]
regparse.c
1059
if (
NQTFR
(node)->target)
1060
onig_node_free(
NQTFR
(node)->target);
1360
NQTFR
(node)->state = 0;
1361
NQTFR
(node)->target = NULL;
1362
NQTFR
(node)->lower = lower;
1363
NQTFR
(node)->upper = upper;
1364
NQTFR
(node)->greedy = 1;
1365
NQTFR
(node)->target_empty_info = NQ_TARGET_ISNOT_EMPTY;
1366
NQTFR
(node)->head_exact = NULL_NODE;
1367
NQTFR
(node)->next_head_exact = NULL_NODE;
[
all
...]
regparse.h
75
#define
NQTFR
(node) (&((node)->u.qtfr))
Completed in 141 milliseconds