Searched refs:ordinary (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 312 ordinary(p, c); 314 case '{': /* okay as ordinary except if digit follows */ 318 ordinary(p, c); 392 ordinary(p, GETNEXT()); 402 * taken as an ordinary character and then revised to be an anchor. The 443 int starordinary; /* is a leading * an ordinary character? */ 521 ordinary(p, (unsigned char)c); /* takes off BACKSL, if any */ 645 ordinary(p, firstch(p, cs)); 697 default: /* symbol, ordinary character, or range */ 862 - ordinary 866 ordinary(p, ch) function [all...] |
| H A D | regcomp.ih | 21 static void ordinary(register struct parse *p, register int ch);
|
Completed in 3 milliseconds