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

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 356 type_newline, enumerator in enum:__anona20d3bd10303
792 if (stack_push(stack, type_newline, 0))
923 if (stack_push(stack, type_newline, 1))
1040 case type_newline:
1091 case type_newline:
1092 printf("type_newline %s\n", transitions_ptr->value ? "(end)" : "(begin)");
1194 case type_newline:
1354 SLJIT_ASSERT(compiler_common->dfa_transitions[1].type == type_newline && !compiler_common->dfa_transitions[1].value);
1683 SLJIT_ASSERT(dfa_transitions[ind].type == type_newline);
1953 SLJIT_ASSERT(compiler_common.dfa_transitions[1].type == type_newline);
    [all...]
regexJIT.c 356 type_newline, enumerator in enum:__anona20d3bd10303
792 if (stack_push(stack, type_newline, 0))
923 if (stack_push(stack, type_newline, 1))
1040 case type_newline:
1091 case type_newline:
1092 printf("type_newline %s\n", transitions_ptr->value ? "(end)" : "(begin)");
1194 case type_newline:
1354 SLJIT_ASSERT(compiler_common->dfa_transitions[1].type == type_newline && !compiler_common->dfa_transitions[1].value);
1683 SLJIT_ASSERT(dfa_transitions[ind].type == type_newline);
1953 SLJIT_ASSERT(compiler_common.dfa_transitions[1].type == type_newline);
    [all...]

Completed in 23 milliseconds