Lines Matching refs:void
314 void zconfrestart (FILE *input_file );
315 void zconf_switch_to_buffer (YY_BUFFER_STATE new_buffer );
317 void zconf_delete_buffer (YY_BUFFER_STATE b );
318 void zconf_flush_buffer (YY_BUFFER_STATE b );
319 void zconfpush_buffer_state (YY_BUFFER_STATE new_buffer );
320 void zconfpop_buffer_state (void );
322 static void zconfensure_buffer_stack (void );
323 static void zconf_load_buffer_state (void );
324 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
332 void *zconfalloc (yy_size_t );
333 void *zconfrealloc (void *,yy_size_t );
334 void zconffree (void * );
713 static yy_state_type yy_get_previous_state (void );
715 static int yy_get_next_buffer (void );
716 static void yy_fatal_error (yyconst char msg[] );
825 static void zconf_endhelp(void);
826 static void zconf_endfile(void);
828 static void new_string(void)
836 static void append_string(const char *str, int size)
850 static void alloc_string(const char *str, int size)
857 static void warn_ignored_character(char chr)
879 #define YY_EXTRA_TYPE void *
882 static int yy_init_globals (void );
887 int zconflex_destroy (void );
889 int zconfget_debug (void );
891 void zconfset_debug (int debug_flag );
893 YY_EXTRA_TYPE zconfget_extra (void );
895 void zconfset_extra (YY_EXTRA_TYPE user_defined );
897 FILE *zconfget_in (void );
899 void zconfset_in (FILE * in_str );
901 FILE *zconfget_out (void );
903 void zconfset_out (FILE * out_str );
905 int zconfget_leng (void );
907 char *zconfget_text (void );
909 int zconfget_lineno (void );
911 void zconfset_lineno (int line_number );
919 extern "C" int zconfwrap (void );
921 extern int zconfwrap (void );
925 static void yyunput (int c,char *buf_ptr );
928 static void yy_flex_strncpy (char *,yyconst char *,int );
938 static int yyinput (void );
940 static int input (void );
1009 extern int zconflex (void);
1011 #define YY_DECL int zconflex (void)
1525 static int yy_get_next_buffer (void)
1594 zconfrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1643 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) zconfrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_…
1659 static yy_state_type yy_get_previous_state (void)
1689 static void yyunput (int c, register char * yy_bp )
1728 static int yyinput (void)
1730 static int input (void)
1805 void zconfrestart (FILE * input_file )
1822 void zconf_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1853 static void zconf_load_buffer_state (void)
1895 void zconf_delete_buffer (YY_BUFFER_STATE b )
1905 zconffree((void *) b->yy_ch_buf );
1907 zconffree((void *) b );
1914 static void zconf_init_buffer (YY_BUFFER_STATE b, FILE * file )
1942 void zconf_flush_buffer (YY_BUFFER_STATE b )
1971 void zconfpush_buffer_state (YY_BUFFER_STATE new_buffer )
2001 void zconfpop_buffer_state (void)
2020 static void zconfensure_buffer_stack (void)
2153 static void yy_fatal_error (yyconst char* msg )
2155 (void) fprintf( stderr, "%s\n", msg );
2181 int zconfget_lineno (void)
2190 FILE *zconfget_in (void)
2198 FILE *zconfget_out (void)
2206 int zconfget_leng (void)
2215 char *zconfget_text (void)
2224 void zconfset_lineno (int line_number )
2236 void zconfset_in (FILE * in_str )
2241 void zconfset_out (FILE * out_str )
2246 int zconfget_debug (void)
2251 void zconfset_debug (int bdebug )
2256 static int yy_init_globals (void)
2285 int zconflex_destroy (void)
2311 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2330 void *zconfalloc (yy_size_t size )
2332 return (void *) malloc( size );
2335 void *zconfrealloc (void * ptr, yy_size_t size )
2339 * that use void* generic pointers. It works with the latter
2341 * any pointer type to void*, and deal with argument conversions
2344 return (void *) realloc( (char *) ptr, size );
2347 void zconffree (void * ptr )
2354 void zconf_starthelp(void)
2361 static void zconf_endhelp(void)
2391 void zconf_initscan(const char *name)
2406 void zconf_nextfile(const char *name)
2448 static void zconf_endfile(void)
2464 int zconf_lineno(void)
2469 const char *zconf_curname(void)