/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 151 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string ( const char *yy_str ); [all …]
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string (yyconst char *yy_str ); [all …]
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string (yyconst char *yy_str ); [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 152 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string (yyconst char *yy_str ); [all …]
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 150 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string ( const char *yy_str ); [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 151 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef 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_string ( const char *yy_str ); [all …]
|
H A D | configlexer.lex | 47 YY_BUFFER_STATE buffer;
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 71 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/contrib/flex/src/ |
H A D | flex.skl | 394 typedef struct yy_buffer_state *YY_BUFFER_STATE; 542 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ 587 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer M4_YY_PROTO_LAST_ARG ); 588 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size M4_YY_PROTO_LAST_ARG ); 589 void yy_delete_buffer ( YY_BUFFER_STATE b M4_YY_PROTO_LAST_ARG ); 590 void yy_flush_buffer ( YY_BUFFER_STATE b M4_YY_PROTO_LAST_ARG ); 591 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer M4_YY_PROTO_LAST_ARG ); 598 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file M4_YY_PROTO_LAST_ARG ); 602 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size M4_YY_PROTO_LAST_ARG ); 603 YY_BUFFER_STATE yy_scan_string ( const char *yy_str M4_YY_PROTO_LAST_ARG ); [all …]
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtparser.l | 211 static YY_BUFFER_STATE LexBuffer;
|
H A D | prparser.l | 227 static YY_BUFFER_STATE LexBuffer;
|
H A D | aslsupport.l | 357 YY_BUFFER_STATE State; in AslPushInputFileStack()
|
/freebsd/usr.sbin/config/ |
H A D | lang.l | 46 YY_BUFFER_STATE in_buf; /* previous lex state */
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 216 YY_BUFFER_STATE yy_scan_string( const char *str ) 218 returns a YY_BUFFER_STATE (which also becomes the current input 223 YY_BUFFER_STATE yy_scan_bytes( const char *bytes, int len ) 233 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) 500 - Documentation now clarifies that YY_BUFFER_STATE is a pointer to
|
H A D | ChangeLog | 4424 calls in the manual. Macro YY_BUFFER_STATE now refers to top of 10058 * flex.skl: Changed to use YY_BUFFER_STATE everywhere.
|
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 723 volatile YY_BUFFER_STATE in_buffer = NULL; in pcap_compile()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 2771 Removed typedef for YY_BUFFER_STATE ?
|