Home | History | Annotate | Download | only in tc

Lines Matching full:static

34  static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr  );
35 static void __attribute__ ((unused)) yy_push_state (int new_state );
36 static void __attribute__ ((unused)) yy_pop_state (void);
37 static int __attribute__ ((unused)) yy_top_state (void );
39 static char *strbuf;
40 static unsigned int strbuf_size;
41 static unsigned int strbuf_index;
43 static void strbuf_enlarge(void)
49 static void strbuf_append_char(char c)
56 static void strbuf_append_charp(char *s)