OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mclex_want_nl
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
windmc.h
91
extern bfd_boolean
mclex_want_nl
;
mclex.c
37
bfd_boolean
mclex_want_nl
= FALSE;
variable
365
if (
mclex_want_nl
&& ch == '\n')
367
mclex_want_nl
= FALSE;
mcparse.y
342
/* Empty */ {
mclex_want_nl
= 1; }
Completed in 50 milliseconds