HomeSort by: relevance | last modified time | path
    Searched defs:type_end (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 354 type_end, enumerator in enum:__anona20d3bd10303
470 SLJIT_ASSERT(item->type != type_begin && item->type != type_end);
775 /* Type_begin and type_end. */
929 if (stack_push(stack, type_end, 0))
1006 case type_end:
1008 if (item->type == type_end)
1080 case type_end:
1081 printf("type_end\n");
1186 case type_end:
1940 SLJIT_ASSERT(compiler_common.dfa_transitions[ind].type == type_end);
    [all...]

Completed in 14 milliseconds