OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obstack_for_string
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
scan-gram.l
78
/*
OBSTACK_FOR_STRING
-- Used to store all the characters that we need to
87
static struct obstack
obstack_for_string
;
97
obstack_grow (&
obstack_for_string
, yytext, yyleng)
101
obstack_1grow (&
obstack_for_string
, '\0'); \
102
last_string = obstack_finish (&
obstack_for_string
); \
106
obstack_free (&
obstack_for_string
, last_string)
306
obstack_grow (&
obstack_for_string
, yytext + 1, yyleng - 2);
458
obstack_1grow (&
obstack_for_string
, c);
469
obstack_1grow (&
obstack_for_string
, c);
472
\\a obstack_1grow (&
obstack_for_string
, '\a')
[
all
...]
scan-gram.c
948
static struct obstack
obstack_for_string
;
variable in typeref:struct:obstack
[
all
...]
Completed in 32 milliseconds