Searched refs:tmp_char (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui-command.c76 unsigned int tmp_char; local
78 tmp_char = 0;
79 while (!key_is_end_sequence (tmp_char))
81 tmp_char = (int) wgetch (w);
82 if (tmp_char == ERR)
86 if (!tmp_char)
88 if (tmp_char == 53)
90 else if (tmp_char == 54)
/freebsd-10-stable/contrib/gcc/
H A Dread-rtl.c141 static void read_constants (FILE *infile, char *tmp_char);
142 static void read_conditions (FILE *infile, char *tmp_char);
1151 read_constants (FILE *infile, char *tmp_char)
1172 def->name = tmp_char;
1173 read_name (tmp_char, infile);
1176 def->name = xstrdup (tmp_char);
1179 read_name (tmp_char, infile);
1182 def->value = xstrdup (tmp_char);
1188 if (strcmp (def->value, tmp_char))
1191 def->name, def->value, tmp_char);
1150 read_constants(FILE *infile, char *tmp_char) argument
1228 read_conditions(FILE *infile, char *tmp_char) argument
1311 char tmp_char[256]; local
1462 char tmp_char[256]; local
[all...]
/freebsd-10-stable/contrib/ee/
H A Dee.c2761 unsigned char tmp_char[3]; local
2766 tmp_char[0] = d_char[0];
2767 tmp_char[1] = d_char[1];
2768 tmp_char[2] = d_char[2];
2801 d_char[0] = tmp_char[0];
2802 d_char[1] = tmp_char[1];
2803 d_char[2] = tmp_char[2];

Completed in 87 milliseconds