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 - 5
of
5
) sorted by null
/external/bison/src/
files.h
33
extern const char *
spec_name_prefix
;
parse-gram.y
289
| "%name-prefix" STRING {
spec_name_prefix
= $2; }
290
| "%name-prefix" "=" STRING {
spec_name_prefix
= $3; } /* deprecated */
files.c
37
/* Initializing some values below (such
SPEC_NAME_PREFIX
to `yy') is
46
char const *
spec_name_prefix
= NULL; /* for -p. */
variable
getargs.c
695
spec_name_prefix
= optarg;
parse-gram.c
[
all
...]
Completed in 32 milliseconds