Searched refs:YY_BUFFER_STATE (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 void yy_delete_buffer (YY_BUFFER_STATE b );
290 void yy_flush_buffer (YY_BUFFER_STATE b );
291 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
301 YY_BUFFER_STATE yy_scan_strin
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 void yy_delete_buffer (YY_BUFFER_STATE b );
290 void yy_flush_buffer (YY_BUFFER_STATE b );
291 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
301 YY_BUFFER_STATE yy_scan_strin
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 void yy_delete_buffer (YY_BUFFER_STATE b );
290 void yy_flush_buffer (YY_BUFFER_STATE b );
291 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
301 YY_BUFFER_STATE yy_scan_strin
[all...]
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c151 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
286 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
287 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
288 void yy_delete_buffer ( YY_BUFFER_STATE b );
289 void yy_flush_buffer ( YY_BUFFER_STATE b );
290 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
295 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
298 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
299 YY_BUFFER_STATE yy_scan_strin
[all...]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddtparser.l211 static YY_BUFFER_STATE LexBuffer;
H A Dprparser.l227 static YY_BUFFER_STATE LexBuffer;
H A Daslsupport.l357 YY_BUFFER_STATE State;
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l71 extern void mm_switch_to_buffer(YY_BUFFER_STATE);
72 extern void mm_delete_buffer(YY_BUFFER_STATE);
398 YY_BUFFER_STATE old_state;
399 YY_BUFFER_STATE temp_state;
444 YY_BUFFER_STATE buffer;
/freebsd-current/usr.bin/lex/
H A Dinitscan.c150 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
252 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
298 YY_BUFFER_STATE yy_scan_strin
[all...]
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c151 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef in typeref:struct:yy_buffer_state
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
298 YY_BUFFER_STATE yy_scan_strin
[all...]
H A Dconfiglexer.lex47 YY_BUFFER_STATE buffer;
/freebsd-current/usr.sbin/config/
H A Dlang.l46 YY_BUFFER_STATE in_buf; /* previous lex state */
/freebsd-current/contrib/libpcap/
H A Dgencode.c725 volatile YY_BUFFER_STATE in_buffer = NULL;

Completed in 198 milliseconds