OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_in
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
scan-code.c
20
#define yyin
code_in
200
#define YY_NEW_FILE code_restart(
code_in
)
229
extern FILE *
code_in
, *code_out;
318
* just pointing
code_in
at a new input file.
370
* instead of setting up a fresh
code_in
. A bit of a hack ...
408
code__create_buffer(
code_in
,YY_BUF_SIZE ); \
418
code__create_buffer(
code_in
,YY_BUF_SIZE ); \
425
/* %% [1.0] code_text/
code_in
/code_out/yy_state_type/code_lineno etc. def's & init go here */
435
FILE *
code_in
= (FILE *) 0, *code_out = (FILE *) 0;
variable
875
(c = getc(
code_in
)) != EOF && c != '\n'; ++n )
[
all
...]
/external/libweave/src/privet/
privet_handler_unittest.cc
54
CodeWithReason(int
code_in
, const std::string& reason_in)
55
: code(
code_in
), reason(reason_in) {}
[
all
...]
Completed in 46 milliseconds