Lines Matching full:regular
3 /* Extended regular expression matching and search library.
141 gettext_noop ("Invalid regular expression") /* REG_BADPAT */
143 #define REG_ECOLLATE_IDX (REG_BADPAT_IDX + sizeof "Invalid regular expression")
174 gettext_noop ("Invalid preceding regular expression") /* REG_BADRPT */
176 #define REG_EEND_IDX (REG_BADRPT_IDX + sizeof "Invalid preceding regular expression")
177 gettext_noop ("Premature end of regular expression") /* REG_EEND */
179 #define REG_ESIZE_IDX (REG_EEND_IDX + sizeof "Premature end of regular expression")
180 gettext_noop ("Regular expression too big") /* REG_ESIZE */
182 #define REG_ERPAREN_IDX (REG_ESIZE_IDX + sizeof "Regular expression too big")
210 /* re_compile_pattern is the GNU regular expression compiler: it
443 /* regcomp takes a regular expression as a string and compiles it.
707 return gettext ("No previous regular expression");
754 Compile the regular expression PATTERN, whose length is LENGTH.
755 SYNTAX indicate regular expression's syntax. */
819 /* Parse the regular expression, and build a structure tree. */
853 /* Initialize DFA. We use the length of the regular expression PAT_LEN
990 the first node of the regular expression. */
2098 Parse the regular expression REGEXP and return the structure tree.
2100 This function build the following tree, from regular expression <reg_exp>:
2107 EOR means end of regular expression. */
2134 /* This function build the following tree, from regular expression
2175 /* This function build the following tree, from regular expression
2218 /* This function build the following tree, from regular expression a*:
2433 /* This function build the following tree, from regular expression