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

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c142 static void ordinary(struct parse *p, int ch);
471 ordinary(p, c);
473 case '{': /* okay as ordinary except if digit follows */
477 ordinary(p, c);
554 ordinary(p, GETNEXT());
564 * taken as an ordinary character and then revised to be an anchor. The
615 int starordinary, /* is a leading * an ordinary character? */
695 ordinary(p, c &~ BACKSL);
828 ordinary(p, firstch(p, cs));
884 default: /* symbol, ordinary characte
1072 ordinary( function
[all...]

Completed in 16 milliseconds