Searched refs:WSPACE (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | sun_map_parse.y | 87 %token NEWLINE COMMENT WSPACE 129 | '-' options WSPACE locations { 185 | '-' options WSPACE mountpoints { 223 | mountpoint WSPACE mountpoints 226 mountpoint : WORD WSPACE location { 249 | WORD WSPACE '-' options WSPACE location { 289 | location WSPACE locations
|
| H A D | sun_map_tok.l | 164 return WSPACE;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | scanner.l | 636 while ((t = yylex()) == WSPACE) 691 while (t == WSPACE); 710 while (t == WSPACE); 887 if (c != WSPACE && c != '\n') 902 if (yylex() != WSPACE || yylex() != IDENT) 916 if (yylex() != WSPACE)
|
| H A D | cpp.h | 169 enum { NUMBER = 257, UNUMBER, LS, RS, EQ, NE, STRING, WSPACE, CMNT, IDENT, enumerator
|
| H A D | cpy.y | 91 %term STRING WSPACE CMNT
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio2.diff | 36 while ((c = sloscan()) == WSPACE || c == '\n')
|
| H A D | stdio.diff | 181 while ((c = sloscan()) == WSPACE || c == '\n')
|