• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching defs:syntax

65 #  define re_set_syntax(syntax) __re_set_syntax (syntax)
109 # include "syntax.h"
144 /* Define the syntax stuff for \<, \>, etc. */
167 /* Get the interface, including the syntax bits. */
356 reg_syntax_t syntax,
374 reg_syntax_t syntax,
545 /* Matches any character whose syntax is specified. Followed by
546 a byte which contains a syntax code, e.g., Sword. */
549 /* Matches any character whose syntax is not that specified. */
1117 printf ("syntax: %lx\n", bufp->syntax);
1265 /* Set by `re_set_syntax' to the current regexp syntax to recognize. Can
1267 syntax, so it can be changed between regex compilations. */
1273 /* Specify the precise syntax of regexps for compilation. This provides
1278 defined in regex.h. We return the old syntax. */
1281 re_set_syntax (reg_syntax_t syntax)
1285 re_syntax_options = syntax;
1287 if (syntax & RE_DEBUG)
1867 reg_syntax_t syntax);
1870 reg_syntax_t syntax);
1876 reg_syntax_t syntax,
1885 reg_syntax_t syntax,
2280 `syntax' is set to SYNTAX;
2301 reg_syntax_t syntax,
2418 bufp->syntax = syntax;
2431 /* Initialize the syntax table. */
2482 || syntax & RE_CONTEXT_INDEP_ANCHORS
2484 || PREFIX(at_begline_loc_p) (pattern, p, syntax))
2497 || syntax & RE_CONTEXT_INDEP_ANCHORS
2499 || PREFIX(at_endline_loc_p) (p, pend, syntax))
2509 if ((syntax & RE_BK_PLUS_QM)
2510 || (syntax & RE_LIMITED_OPS))
2517 if (syntax & RE_CONTEXT_INVALID_OPS)
2519 else if (!(syntax & RE_CONTEXT_INDEP_OPS))
2546 || (!(syntax & RE_BK_PLUS_QM) && (c == '+' || c == '?')))
2549 else if (syntax & RE_BK_PLUS_QM && c == '\\')
2603 && !(syntax & RE_DOT_NEWLINE))
2729 /* charset_not matches newline according to a syntax bit. */
2731 && (syntax & RE_HAT_LISTS_NOT_NEWLINE))
2745 if ((syntax & RE_BACKSLASH_ESCAPE_IN_LISTS) && c == '\\')
2782 syntax, b, laststart);
2796 ret = wcs_compile_range (c, &p, pend, translate, syntax, b,
2804 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
2877 else if (syntax & RE_CHAR_CLASSES && c == '[' && (*p == '='
3144 /* charset_not matches newline according to a syntax bit. */
3146 && (syntax & RE_HAT_LISTS_NOT_NEWLINE))
3157 if ((syntax & RE_BACKSLASH_ESCAPE_IN_LISTS) && c == '\\')
3189 syntax, b);
3201 ret = byte_compile_range (c, &p, pend, translate, syntax, b);
3209 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
3325 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '=')
3459 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '.')
3621 if (syntax & RE_NO_BK_PARENS)
3628 if (syntax & RE_NO_BK_PARENS)
3635 if (syntax & RE_NEWLINE_ALT)
3642 if (syntax & RE_NO_BK_VBAR)
3649 if (syntax & RE_INTERVALS && syntax & RE_NO_BK_BRACES)
3666 if (syntax & RE_NO_BK_PARENS)
3716 if (syntax & RE_NO_BK_PARENS) goto normal_backslash;
3720 if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
3742 if (syntax & RE_UNMATCHED_RIGHT_PAREN_ORD)
3786 if (syntax & RE_LIMITED_OPS || syntax & RE_NO_BK_VBAR)
3789 if (syntax & RE_LIMITED_OPS)
3833 if (!(syntax & RE_INTERVALS)
3836 || (syntax & RE_NO_BK_BRACES))
3841 /* If got here, then the syntax allows intervals. */
3868 if (!(syntax & RE_NO_BK_BRACES))
3881 if (syntax & RE_CONTEXT_INVALID_OPS
3882 && !(syntax & RE_INVALID_INTERVAL_ORD))
3884 else if (syntax & RE_CONTEXT_INDEP_OPS)
3984 if (!(syntax & RE_INVALID_INTERVAL_ORD))
3990 if (syntax & RE_NO_BK_BRACES)
4018 if (syntax & RE_NO_GNU_OPS)
4026 if (syntax & RE_NO_GNU_OPS)
4034 if (syntax & RE_NO_GNU_OPS)
4040 if (syntax & RE_NO_GNU_OPS)
4046 if (syntax & RE_NO_GNU_OPS)
4052 if (syntax & RE_NO_GNU_OPS)
4058 if (syntax & RE_NO_GNU_OPS)
4064 if (syntax & RE_NO_GNU_OPS)
4071 if (syntax & RE_NO_BK_REFS)
4090 if (syntax & RE_BK_PLUS_QM)
4125 || ((syntax & RE_BK_PLUS_QM)
4128 || ((syntax & RE_INTERVALS)
4129 && ((syntax & RE_NO_BK_BRACES)
4167 if (syntax & RE_NO_POSIX_BACKTRACKING)
4299 reg_syntax_t syntax)
4306 (*prev == '(' && (syntax & RE_NO_BK_PARENS || prev_prev_backslash))
4308 || (*prev == '|' && (syntax & RE_NO_BK_VBAR || prev_prev_backslash));
4317 reg_syntax_t syntax)
4325 (syntax & RE_NO_BK_PARENS ? *next == ')'
4328 || (syntax & RE_NO_BK_VBAR ? *next == '|'
4373 RE_TRANSLATE_TYPE translate, reg_syntax_t syntax,
4408 /* Report an error if the range is empty and the syntax prohibits
4410 ret = ((syntax & RE_NO_EMPTY_RANGES)
4425 /* Report an error if the range is empty and the syntax prohibits
4427 ret = ((syntax & RE_NO_EMPTY_RANGES)
4457 RE_TRANSLATE_TYPE translate, reg_syntax_t syntax,
4478 /* Report an error if the range is empty and the syntax prohibits this. */
4479 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
4701 if (!(bufp->syntax & RE_DOT_NEWLINE))
6275 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
6276 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))
7998 `syntax' to RE_SYNTAX_POSIX_EXTENDED if the
8010 If REG_EXTENDED is set, we use POSIX extended syntax; otherwise, we
8011 use POSIX basic syntax.
8030 reg_syntax_t syntax
8062 syntax &= ~RE_DOT_NEWLINE;
8063 syntax |= RE_HAT_LISTS_NOT_NEWLINE;
8076 ret = wcs_regex_compile (pattern, strlen (pattern), syntax, preg);
8079 ret = byte_regex_compile (pattern, strlen (pattern), syntax, preg);