Searched refs:yy_ch_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c192 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
200 /* Number of characters read into yy_ch_buf, not including EOB
273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
1069 /* yy_bp points to the position in yy_ch_buf of the start of
1739 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1818 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1845 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1850 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1899 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1910 b->yy_ch_buf
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c192 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
200 /* Number of characters read into yy_ch_buf, not including EOB
273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
746 /* yy_bp points to the position in yy_ch_buf of the start of
911 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
990 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1017 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1022 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1071 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1082 b->yy_ch_buf
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c192 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
200 /* Number of characters read into yy_ch_buf, not including EOB
273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
725 /* yy_bp points to the position in yy_ch_buf of the start of
848 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
927 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
954 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
959 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1008 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1019 b->yy_ch_buf
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c220 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
228 /* Number of characters read into yy_ch_buf, not including EOB
301 static int yy_n_chars; /* number of characters read into yy_ch_buf */
702 /* yy_bp points to the position in yy_ch_buf of the start of
791 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
870 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
897 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
902 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
951 (int) ((yy_c_buf_p) - b->yy_ch_buf);
962 b->yy_ch_buf
[all...]
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c205 char *yy_ch_buf; /* input buffer */ member in struct:yy_buffer_state
213 /* Number of characters read into yy_ch_buf, not including EOB
287 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
2266 /* yy_bp points to the position in yy_ch_buf of the start of
4176 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
4255 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
4282 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
4287 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
4341 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
4369 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l501 /* yy_ch_buf has to be 2 characters longer than the size given because
503 b->yy_ch_buf = malloc ((unsigned) (b->yy_buf_size + 3));
505 b->yy_ch_buf[0] = '\n';
506 strcpy (b->yy_ch_buf+1, string);
507 b->yy_ch_buf[size+1] = YY_END_OF_BUFFER_CHAR;
508 b->yy_ch_buf[size+2] = YY_END_OF_BUFFER_CHAR;
510 b->yy_buf_pos = &b->yy_ch_buf[1];
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex184 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \

Completed in 123 milliseconds