OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_n_chars
(Results
1 - 13
of
13
) sorted by null
/external/elfutils/libcpu/
i386_lex.c
235
int
yy_n_chars
;
member in struct:yy_buffer_state
305
static int
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
998
(
yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
;
1010
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
)] )
1090
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
)];
1122
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
) + 1] )
1157
YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
= (
yy_n_chars
) = 0;
[
all
...]
/external/elfutils/src/
ldlex.c
236
int
yy_n_chars
;
member in struct:yy_buffer_state
306
static int
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
[
all
...]
/external/bison/examples/calc++/
calc++-scanner.cc
258
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
342
static yy_size_t
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
1002
(
yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
;
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
)];
1139
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
) + 1] )
1174
YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
= (
yy_n_chars
) = 0;
1223
(
yy_n_chars
), num_to_read )
[
all
...]
/external/bison/src/
scan-skel.c
277
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
361
static yy_size_t
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
1210
(
yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
;
1222
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
)] )
[
all
...]
scan-code.c
277
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
361
static yy_size_t
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
[
all
...]
scan-gram.c
277
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
361
static yy_size_t
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
[
all
...]
/system/core/sh/
arith_lex.c
196
int
yy_n_chars
;
member in struct:yy_buffer_state
266
static int
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
938
(
yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
;
950
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
)] )
1029
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
)];
1061
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(
yy_n_chars
) + 1] )
1096
YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
= (
yy_n_chars
) = 0;
1145
(
yy_n_chars
), num_to_read )
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c
226
int
yy_n_chars
;
member in struct:yy_buffer_state
658
int
yy_n_chars
;
member in struct:yyguts_t
[
all
...]
lex.yy.c
226
int
yy_n_chars
;
member in struct:yy_buffer_state
1206
int
yy_n_chars
;
member in struct:yyguts_t
[
all
...]
glsl_lexer.cc
226
int
yy_n_chars
;
member in struct:yy_buffer_state
1167
int
yy_n_chars
;
member in struct:yyguts_t
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp
227
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
583
yy_size_t
yy_n_chars
;
member in struct:yyguts_t
1178
yyg->
yy_n_chars
= YY_CURRENT_BUFFER_LVALUE->
yy_n_chars
;
[
all
...]
/external/libpcap/
scanner.c
195
int
yy_n_chars
;
member in struct:yy_buffer_state
265
static int
yy_n_chars
; /* number of characters read into yy_ch_buf */
variable
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp
252
yy_size_t
yy_n_chars
;
member in struct:yy_buffer_state
825
yy_size_t
yy_n_chars
;
member in struct:yyguts_t
[
all
...]
Completed in 43 milliseconds