Home
last modified time | relevance | path

Searched refs:WSPACE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y87 %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 Dsun_map_tok.l164 return WSPACE;
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l636 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 Dcpp.h169 enum { NUMBER = 257, UNUMBER, LS, RS, EQ, NE, STRING, WSPACE, CMNT, IDENT, enumerator
H A Dcpy.y91 %term STRING WSPACE CMNT
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/
H A Dstdio2.diff36 while ((c = sloscan()) == WSPACE || c == '\n')
H A Dstdio.diff181 while ((c = sloscan()) == WSPACE || c == '\n')