| /src/tests/usr.bin/xlint/lint1/ |
| d_c99_bool_strict.c | 229 bool ordinary; member in struct:s 235 s.ordinary = s.ordinary | s.ordinary;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regcomp.c | 220 static void ordinary(struct parse *, int); 536 ordinary(p, c); 539 case '{': /* okay as ordinary except if digit follows */ 543 ordinary(p, c); 615 ordinary(p, GETNEXT()); 623 * taken as an ordinary character and then revised to be an anchor. The 661 int starordinary) /* is a leading * an ordinary character? */ 739 ordinary(p, (char)c); 866 ordinary(p, firstch(p, cs)); 915 default: /* symbol, ordinary character, or range * 1070 ordinary(struct parse *p, int ch) function [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regcomp.c | 103 static void ordinary __P((struct parse *p, int ch)); 430 ordinary(p, c); 432 case '{': /* okay as ordinary except if digit follows */ 436 ordinary(p, c); 509 ordinary(p, GETNEXT()); 519 * taken as an ordinary character and then revised to be an anchor. The 567 /* is a leading * an ordinary character? */ 633 ordinary(p, c); 651 ordinary(p, c); 780 ordinary(p, firstch(p, cs)) 991 ordinary(struct parse *p, int ch) function [all...] |
| /src/lib/libc/regex/ |
| regcomp.c | 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) 1521 ordinary(struct parse *p, wint_t ch) function [all...] |