HomeSort by relevance Sort by last modified time
    Searched refs:NENCLOSE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c     [all...]
regparse.c 1064 if (NENCLOSE(node)->target)
1065 onig_node_free(NENCLOSE(node)->target);
1386 NENCLOSE(node)->type = type;
1387 NENCLOSE(node)->state = 0;
1388 NENCLOSE(node)->regnum = 0;
1389 NENCLOSE(node)->option = 0;
1390 NENCLOSE(node)->target = NULL;
1391 NENCLOSE(node)->call_addr = -1;
1392 NENCLOSE(node)->opt_count = 0;
1411 NENCLOSE(node)->option = option;
    [all...]
regparse.h 76 #define NENCLOSE(node) (&((node)->u.enclose))

Completed in 191 milliseconds