/external/bison/examples/calc++/ |
calc++-scanner.cc | 247 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 255 /* Number of characters read into yy_ch_buf, not including EOB 342 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 857 /* yy_bp points to the position in yy_ch_buf of the start of 1014 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) 1095 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; 1134 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; 1139 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) 1188 (int) ((yy_c_buf_p) - b->yy_ch_buf); 1199 b->yy_ch_buf = (char * [all...] |
/external/bison/src/ |
scan-skel.c | 266 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 274 /* Number of characters read into yy_ch_buf, not including EOB 361 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 954 /* yy_bp points to the position in yy_ch_buf of the start of 1222 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) [all...] |
scan-code.c | 266 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 274 /* Number of characters read into yy_ch_buf, not including EOB 361 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 1061 /* yy_bp points to the position in yy_ch_buf of the start of [all...] |
scan-gram.c | 266 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 274 /* Number of characters read into yy_ch_buf, not including EOB 361 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ [all...] |
/external/skia/src/sksl/ |
lex.layout.c | 225 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 233 /* Number of characters read into yy_ch_buf, not including EOB 854 /* yy_bp points to the position in yy_ch_buf of the start of 1056 if ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) [all...] |
lex.sksl.c | 240 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 248 /* Number of characters read into yy_ch_buf, not including EOB 919 /* yy_bp points to the position in yy_ch_buf of the start of [all...] |
/external/libpcap/ |
scanner.c | 225 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 233 /* Number of characters read into yy_ch_buf, not including EOB 306 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ [all...] |
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
Tokenizer.cpp | 233 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 241 /* Number of characters read into yy_ch_buf, not including EOB 889 /* yy_bp points to the position in yy_ch_buf of the start of [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
glslang_lex.cpp | 264 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state 272 /* Number of characters read into yy_ch_buf, not including EOB [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldlex.l | 514 /* yy_ch_buf has to be 2 characters longer than the size given because 516 b->yy_ch_buf = malloc ((unsigned) (b->yy_buf_size + 3)); 518 b->yy_ch_buf[0] = '\n'; 519 strcpy (b->yy_ch_buf+1, string); 520 b->yy_ch_buf[size+1] = YY_END_OF_BUFFER_CHAR; 521 b->yy_ch_buf[size+2] = YY_END_OF_BUFFER_CHAR; 523 b->yy_buf_pos = &b->yy_ch_buf[1];
|