OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_props_none_init
(Results
1 - 4
of
4
) sorted by null
/external/bison/src/
scan-code.h
82
void
code_props_none_init
(code_props *self);
84
/** Equivalent to \c
code_props_none_init
. */
85
#define
CODE_PROPS_NONE_INIT
\
88
/** Initialized by \c
CODE_PROPS_NONE_INIT
with no further modification. */
symlist.c
45
code_props_none_init
(&res->action_props);
scan-code.l
881
code_props_none_init
(code_props *self)
886
code_props const code_props_none =
CODE_PROPS_NONE_INIT
;
scan-code.c
3070
code_props_none_init
(code_props *self)
function
[
all
...]
Completed in 165 milliseconds