OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACIFY_CC
(Results
1 - 5
of
5
) sorted by null
/external/bison/src/
system.h
70
/* Use
PACIFY_CC
to indicate that Code is unimportant to the logic of Bison
75
PACIFY_CC
is intended to be useful only as a comment as it does not alter
76
Code. It is tempting to redefine
PACIFY_CC
so that it will suppress Code
82
# define
PACIFY_CC
(Code) Code
scan-gram.l
123
int braces_level
PACIFY_CC
(= 0);
126
int context_state
PACIFY_CC
(= 0);
129
location id_loc
PACIFY_CC
(= empty_location);
138
boundary token_start
PACIFY_CC
(= scanner_cursor);
scan-skel.l
61
int out_lineno
PACIFY_CC
(= 0);
scan-gram.c
[
all
...]
scan-skel.c
899
int out_lineno
PACIFY_CC
(= 0);
[
all
...]
Completed in 236 milliseconds