Searched refs:TOKEN_EOF (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dtoken.h64 TOKEN_EOF // end of file enumerator in enum:token::token_type
196 return type == TOKEN_EOF;
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c126 #define TOKEN_EOF -1 /* no extra data */ macro
132 ((n) == TOKEN_EOF ? "TOKEN_EOF" \
161 p->token = TOKEN_EOF;
455 case TOKEN_EOF:
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc63 TOKEN_EOF, enumerator in enum:gold::Token::Classification
86 || classification == TOKEN_EOF);
96 && classification != TOKEN_EOF);
113 { return this->classification_ == TOKEN_EOF; }
271 { return this->make_token(Token::TOKEN_EOF, start); }
2614 case Token::TOKEN_EOF:
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc63 TOKEN_EOF, enumerator in enum:gold::Token::Classification
86 || classification == TOKEN_EOF);
96 && classification != TOKEN_EOF);
113 { return this->classification_ == TOKEN_EOF; }
271 { return this->make_token(Token::TOKEN_EOF, start); }
2614 case Token::TOKEN_EOF:
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc63 TOKEN_EOF, enumerator in enum:gold::Token::Classification
86 || classification == TOKEN_EOF);
96 && classification != TOKEN_EOF);
113 { return this->classification_ == TOKEN_EOF; }
271 { return this->make_token(Token::TOKEN_EOF, start); }
2614 case Token::TOKEN_EOF:

Completed in 232 milliseconds