Searched refs:get_char (Results 1 – 3 of 3) sorted by relevance
91 static int get_char (]AT_LEX_FORMALS[);193 get_char (]AT_LEX_FORMALS[)225 int c = get_char (]AT_LEX_ARGS[);232 c = get_char (]AT_LEX_ARGS[);239 c = get_char (]AT_LEX_ARGS[);276 while ((c = get_char (]AT_LEX_ARGS[)) == ' ' || c == '\t')
11008 static int get_char (void);11073 get_char (void)11093 int c = get_char ();11100 c = get_char ();11107 c = get_char ();11138 while ((c = get_char ()) == ' ' || c == '\t')13534 int c = get_char ();13541 c = get_char ();13548 c = get_char ();13585 while ((c = get_char ()) == ' ' || c == '\t')[all …]
310 static int get_char(GDBState *s) in get_char() function449 i = get_char(s); in put_packet_binary()