Searched refs:ordinary (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/regex/
H A Dregcomp.c83 static void ordinary(struct parse *, int);
365 ordinary(p, c);
367 case '{': /* okay as ordinary except if digit follows */
371 ordinary(p, c);
443 ordinary(p, GETNEXT());
451 * taken as an ordinary character and then revised to be an anchor. The
489 int starordinary) /* is a leading * an ordinary character? */
567 ordinary(p, (char)c);
694 ordinary(p, firstch(p, cs));
743 default: /* symbol, ordinary characte
898 ordinary(struct parse *p, int ch) function
[all...]

Completed in 31 milliseconds