Home
last modified time | relevance | path

Searched defs:SEEN_EOL (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c202 #define SEEN_EOL() (pfile->cur_token[-1].type == CPP_EOF) macro
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c193 #define SEEN_EOL() (pfile->cur_token[-1].type == CPP_EOF) macro