OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_prefix
(Results
1 - 4
of
4
) sorted by null
/external/bison/src/
files.h
48
extern char const *
dir_prefix
;
files.c
60
DIR_PREFIX
is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
62
If --output=dir/foo.tab.c was specified,
DIR_PREFIX
is `dir/',
71
If neither --output nor --file was specified,
DIR_PREFIX
is the
77
char const *
dir_prefix
;
variable
246
dir_prefix
= xstrndup (spec_outfile, base - spec_outfile);
269
dir_prefix
= xstrndup (grammar_file, base - grammar_file);
275
dir_prefix
= "";
282
dir_prefix
= "";
scan-skel.l
103
"@
dir_prefix
@" QPUTS (
dir_prefix
);
scan-skel.c
1019
QPUTS (
dir_prefix
);
[
all
...]
Completed in 271 milliseconds