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

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 285 YY_CHAR *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
291 /* number of characters read into yy_ch_buf, not including EOB characters */
315 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [all...]
  /external/bison/src/
scan-gram.c 230 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
238 /* Number of characters read into yy_ch_buf, not including EOB
325 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [all...]
scan-skel.c 230 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
238 /* Number of characters read into yy_ch_buf, not including EOB
325 static int yy_n_chars; /* number of characters read into yy_ch_buf */
894 /* yy_bp points to the position in yy_ch_buf of the start of
1098 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1179 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 184 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
192 /* Number of characters read into yy_ch_buf, not including EOB
265 static int yy_n_chars; /* number of characters read into yy_ch_buf */
698 /* yy_bp points to the position in yy_ch_buf of the start of
862 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
941 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
968 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
973 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1022 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1033 b->yy_ch_buf = (char *
    [all...]
  /external/elfutils/src/
ldlex.c 167 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
175 /* Number of characters read into yy_ch_buf, not including EOB
232 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [all...]
  /external/libpcap/
scanner.c 184 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
192 /* Number of characters read into yy_ch_buf, not including EOB
265 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 149 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
157 /* Number of characters read into yy_ch_buf, not including EOB
214 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [all...]
  /system/core/sh/
arith_lex.c 185 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
193 /* Number of characters read into yy_ch_buf, not including EOB
266 static int yy_n_chars; /* number of characters read into yy_ch_buf */
713 /* yy_bp points to the position in yy_ch_buf of the start of
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)];
1056 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1061 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1110 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1121 b->yy_ch_buf = (char *
    [all...]

Completed in 118 milliseconds