Lines Matching defs:ordinary
160 static void ordinary(struct parse *p, wint_t ch);
549 ordinary(p, '\a');
552 ordinary(p, '\e');
555 ordinary(p, '\f');
558 ordinary(p, '\n');
561 ordinary(p, '\r');
564 ordinary(p, '\t');
567 ordinary(p, '\v');
609 ordinary(p, wc);
620 ordinary(p, wc);
696 ordinary(p, WGETNEXT());
799 * ordinary interpration of * at the beginning position of
828 * taken as an ordinary character and then revised to be an anchor.
929 ordinary(p, '\a');
932 ordinary(p, '\e');
935 ordinary(p, '\f');
938 ordinary(p, '\n');
941 ordinary(p, '\r');
944 ordinary(p, '\t');
947 ordinary(p, '\v');
1031 ordinary(p, wc);
1140 ordinary(p, ch);
1221 default: /* symbol, ordinary character, or range */
1431 * ordinary in the current context. This assumes that these have not
1433 * ordinary character yields undefined results according to
1435 * advantage of this and use escaped ordinary characters to provide
1517 - ordinary - emit an ordinary character
1518 == static void ordinary(struct parse *p, wint_t ch);
1521 ordinary(struct parse *p, wint_t ch)