HomeSort by relevance Sort by last modified time
    Searched refs:yy_ch_buf (Results 1 - 11 of 11) sorted by null

  /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 228 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
236 /* Number of characters read into yy_ch_buf, not including EOB
875 /* yy_bp points to the position in yy_ch_buf of the start of
    [all...]
lex.sksl.c 228 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
236 /* Number of characters read into yy_ch_buf, not including EOB
941 /* yy_bp points to the position in yy_ch_buf of the start of
    [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/libpcap/
scanner.c 223 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
231 /* Number of characters read into yy_ch_buf, not including EOB
    [all...]
scanner.h 169 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
177 /* Number of characters read into yy_ch_buf, not including EOB
  /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];

Completed in 73 milliseconds