OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spec_name_prefix
(Results
1 - 4
of
4
) sorted by null
/external/bison/src/
files.h
33
extern const char *
spec_name_prefix
;
files.c
41
/* Initializing some values below (such
SPEC_NAME_PREFIX
to `yy') is
50
char const *
spec_name_prefix
= NULL; /* for -p. */
variable
getargs.c
435
spec_name_prefix
= optarg;
parse-gram.y
241
| "%name-prefix" "=" string_content {
spec_name_prefix
= $3; }
Completed in 119 milliseconds