Home
last modified time | relevance | path

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

/posix/
A Dregcomp.c735 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 …]
A Dbug-regex28.c30 reg_syntax_t syntax; member
57 re_set_syntax (tests[i].syntax); in do_test()
A Dbug-regex13.c28 int syntax; member
77 re_set_syntax (tests[i].syntax); in main()
A Dregex.c57 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
A Dbug-regex20.c35 int syntax; member
202 re_set_syntax (tests[i].syntax); in main()
243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
A Dbug-regex19.c34 int syntax; member
261 re_set_syntax (test->syntax); in do_one_test()
A Dwordexp.c1265 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()
A Dregex.h426 reg_syntax_t __REPB_PREFIX(syntax);
A Dregexec.c637 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()
A Dregex_internal.h677 reg_syntax_t syntax; member
A DBOOST.tests454 ; try to match C++ syntax elements:
A DPCRE.tests8 # PCRE is a library of functions to support regular expressions whose syntax
A Dtst-regex.input4163 * Rules: Unconfuse syntax highlighting with a fake comment.
5557 (regex_compile): Use syntax parameter instead of
8476 isless, islessequal, islessgreater, isunordered): Fix syntax for
/posix/rxspencer/
A Dtests95 # certain syntax errors and non-errors

Completed in 56 milliseconds