Home
last modified time | relevance | path

Searched refs:isnull (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c815 #define STACK_NULL_CHECK(isnull,id,s) do {\ argument
822 (isnull) = (k->u.null_check.pstr == (s));\
829 #define STACK_NULL_CHECK_REC(isnull,id,s) do {\ argument
838 (isnull) = (k->u.null_check.pstr == (s));\
850 #define STACK_NULL_CHECK_MEMST(isnull,id,s,reg) do {\ argument
858 (isnull) = 0;\
863 (isnull) = 1;\
867 (isnull) = 0; break;\
874 (isnull) = 0; break;\
877 (isnull) = -1; /* empty, but position changed */ \
[all …]