OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ONIG_TRAVERSE_CALLBACK_AT_FIRST
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regtrav.c
44
if ((at &
ONIG_TRAVERSE_CALLBACK_AT_FIRST
) != 0) {
46
level,
ONIG_TRAVERSE_CALLBACK_AT_FIRST
, arg);
oniguruma.h
622
#define
ONIG_TRAVERSE_CALLBACK_AT_FIRST
1
625
(
ONIG_TRAVERSE_CALLBACK_AT_FIRST
| ONIG_TRAVERSE_CALLBACK_AT_LAST )
[
all
...]
Completed in 44 milliseconds