Lines Matching full:ordinary
95 static void ordinary(struct parse *p, int ch);
410 ordinary(p, c); in p_ere_exp()
412 case '{': /* okay as ordinary except if digit follows */ in p_ere_exp()
416 ordinary(p, c); in p_ere_exp()
488 ordinary(p, GETNEXT()); in p_str()
496 * taken as an ordinary character and then revised to be an anchor. The
542 int starordinary, /* is a leading * an ordinary character? */ in p_simp_re()
609 ordinary(p, c); in p_simp_re()
627 ordinary(p, c); in p_simp_re()
754 ordinary(p, firstch(p, cs)); in p_bracket()
803 default: /* symbol, ordinary character, or range */ in p_b_term()
954 - ordinary - emit an ordinary character
957 ordinary(struct parse *p, int ch) in ordinary() function