Lines Matching full:ordinary
136 static void ordinary(struct parse *p, wint_t ch);
535 ordinary(p, wc); in p_ere_exp()
542 case '{': /* okay as ordinary except if digit follows */ in p_ere_exp()
551 ordinary(p, wc); in p_ere_exp()
635 ordinary(p, WGETNEXT()); in p_str()
738 * ordinary interpration of * at the beginning position of in p_bre_pre_parse()
767 * taken as an ordinary character and then revised to be an anchor.
940 * Ordinary if used as the first character beyond BOL anchor of in p_simp_re()
952 ordinary(p, wc); in p_simp_re()
1063 ordinary(p, ch); in p_bracket()
1132 default: /* symbol, ordinary character, or range */
1323 * ordinary in the current context. This assumes that these have not
1325 * ordinary character yields undefined results according to
1327 * advantage of this and use escaped ordinary characters to provide
1402 - ordinary - emit an ordinary character
1403 == static void ordinary(struct parse *p, wint_t ch);
1406 ordinary(struct parse *p, wint_t ch) function