Home
last modified time | relevance | path

Searched defs:yy_buffer_state (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sl/
HDslc-lex.c188 struct yy_buffer_state struct
190 FILE *yy_input_file;
192 char *yy_ch_buf; /* input buffer */
193 char *yy_buf_pos; /* current position in input buffer */
198 yy_size_t yy_buf_size;
203 yy_size_t yy_n_chars;
209 int yy_is_our_buffer;
216 int yy_is_interactive;
222 int yy_at_bol;
224 int yy_bs_lineno; /**< The line count. */
[all …]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
HDlex.c188 struct yy_buffer_state struct
190 FILE *yy_input_file;
192 char *yy_ch_buf; /* input buffer */
193 char *yy_buf_pos; /* current position in input buffer */
198 yy_size_t yy_buf_size;
203 yy_size_t yy_n_chars;
209 int yy_is_our_buffer;
216 int yy_is_interactive;
222 int yy_at_bol;
224 int yy_bs_lineno; /**< The line count. */
[all …]
/freebsd-11-stable/contrib/amd/fsinfo/
HDnull_lex.c216 struct yy_buffer_state struct
218 FILE *yy_input_file;
220 char *yy_ch_buf; /* input buffer */
221 char *yy_buf_pos; /* current position in input buffer */
226 yy_size_t yy_buf_size;
231 int yy_n_chars;
237 int yy_is_our_buffer;
244 int yy_is_interactive;
250 int yy_at_bol;
252 int yy_bs_lineno; /**< The line count. */
[all …]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
HDlex.c188 struct yy_buffer_state struct
190 FILE *yy_input_file;
192 char *yy_ch_buf; /* input buffer */
193 char *yy_buf_pos; /* current position in input buffer */
198 yy_size_t yy_buf_size;
203 yy_size_t yy_n_chars;
209 int yy_is_our_buffer;
216 int yy_is_interactive;
222 int yy_at_bol;
224 int yy_bs_lineno; /**< The line count. */
[all …]
/freebsd-11-stable/usr.bin/lex/
HDinitscan.c201 struct yy_buffer_state struct
203 FILE *yy_input_file;
205 char *yy_ch_buf; /* input buffer */
206 char *yy_buf_pos; /* current position in input buffer */
211 yy_size_t yy_buf_size;
216 yy_size_t yy_n_chars;
222 int yy_is_our_buffer;
229 int yy_is_interactive;
235 int yy_at_bol;
237 int yy_bs_lineno; /**< The line count. */
[all …]