Searched refs:syntax (Results 1 – 14 of 14) sorted by relevance
735 preg->syntax = syntax; in re_compile_internal()1831 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR)) in peek_token()1909 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM)) in peek_token()1913 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM)) in peek_token()1917 if ((syntax & RE_INTERVALS) && (!(syntax & RE_NO_BK_BRACES))) in peek_token()1921 if ((syntax & RE_INTERVALS) && (!(syntax & RE_NO_BK_BRACES))) in peek_token()1948 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR)) in peek_token()1955 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_BK_PLUS_QM)) in peek_token()1963 if ((syntax & RE_INTERVALS) && (syntax & RE_NO_BK_BRACES)) in peek_token()1967 if ((syntax & RE_INTERVALS) && (syntax & RE_NO_BK_BRACES)) in peek_token()[all …]
30 reg_syntax_t syntax; member57 re_set_syntax (tests[i].syntax); in do_test()
28 int syntax; member77 re_set_syntax (tests[i].syntax); in main()
57 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
35 int syntax; member202 re_set_syntax (tests[i].syntax); in main()243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
34 int syntax; member261 re_set_syntax (test->syntax); in do_one_test()
1265 goto syntax; in parse_param()1297 goto syntax; in parse_param()1311 goto syntax; in parse_param()1341 goto syntax; in parse_param()1379 goto syntax; in parse_param()1987 syntax: in parse_param()
426 reg_syntax_t __REPB_PREFIX(syntax);
637 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()682 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()3484 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3486 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()3496 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3498 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()3713 if ((!(dfa->syntax & RE_DOT_NEWLINE) in check_node_accept_bytes()3715 || ((dfa->syntax & RE_DOT_NOT_NULL) in check_node_accept_bytes()3960 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) in check_node_accept()3961 || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL))) in check_node_accept()
677 reg_syntax_t syntax; member
454 ; try to match C++ syntax elements:
8 # PCRE is a library of functions to support regular expressions whose syntax
4163 * Rules: Unconfuse syntax highlighting with a fake comment.5557 (regex_compile): Use syntax parameter instead of8476 isless, islessequal, islessgreater, isunordered): Fix syntax for
95 # certain syntax errors and non-errors
Completed in 56 milliseconds