OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_switch_to_buffer
(Results
1 - 12
of
12
) sorted by null
/bootable/recovery/edify/
parser.y
33
void
yy_switch_to_buffer
(struct yy_buffer_state* new_buffer);
137
yy_switch_to_buffer
(yy_scan_string(str));
/external/bison/examples/calc++/
calc++-scanner.cc
359
void
yy_switch_to_buffer
(YY_BUFFER_STATE new_buffer );
1447
void
yy_switch_to_buffer
(YY_BUFFER_STATE new_buffer )
function
[
all
...]
/external/ipsec-tools/src/racoon/
cftoken.l
645
yy_switch_to_buffer
(yy_create_buffer(yyin, YY_BUF_SIZE));
652
yy_switch_to_buffer
(incstack[incstackp].prevstate);
738
yy_switch_to_buffer
(yy_create_buffer(yyin, YY_BUF_SIZE));
/external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp
322
void
yy_switch_to_buffer
(YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
2477
void
yy_switch_to_buffer
(YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
function
[
all
...]
/external/bison/src/
scan-code.l
869
yy_switch_to_buffer
(yy_scan_string (self->code));
scan-skel.c
19
#define
yy_switch_to_buffer
skel__switch_to_buffer
macro
[
all
...]
scan-code.c
19
#define
yy_switch_to_buffer
code__switch_to_buffer
macro
[
all
...]
scan-gram.c
19
#define
yy_switch_to_buffer
gram__switch_to_buffer
macro
[
all
...]
/external/elfutils/0.153/libcpu/
i386_lex.c
14
#define
yy_switch_to_buffer
i386__switch_to_buffer
macro
[
all
...]
/external/elfutils/0.153/src/
ldlex.c
15
#define
yy_switch_to_buffer
ld_switch_to_buffer
macro
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c
14
#define
yy_switch_to_buffer
perf_pmu__switch_to_buffer
macro
[
all
...]
/external/libpcap/
scanner.c
15
#define
yy_switch_to_buffer
pcap__switch_to_buffer
macro
[
all
...]
Completed in 1516 milliseconds