OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_head_exact
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h
180
struct _Node*
next_head_exact
;
member in struct:__anon9217
regcomp.c
754
if (IS_NOT_NULL(qn->
next_head_exact
) && !CKN_ON)
832
if (IS_NOT_NULL(qn->
next_head_exact
) && !CKN_ON) {
843
return add_bytes(reg, NSTR(qn->
next_head_exact
)->s, 1);
983
if (IS_NOT_NULL(qn->
next_head_exact
))
1007
else if (IS_NOT_NULL(qn->
next_head_exact
))
1048
if (IS_NOT_NULL(qn->
next_head_exact
)) {
1054
return add_bytes(reg, NSTR(qn->
next_head_exact
)->s, 1);
1075
else if (IS_NOT_NULL(qn->
next_head_exact
))
1101
else if (IS_NOT_NULL(qn->
next_head_exact
)) {
1105
add_bytes(reg, NSTR(qn->
next_head_exact
)->s, 1);
[
all
...]
regparse.c
1367
NQTFR(node)->
next_head_exact
= NULL_NODE;
[
all
...]
Completed in 70 milliseconds