Searched refs:c_char (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/ul/
H A Dul.c77 wchar_t c_char; member in struct:CHAR
238 if (obuf[col].c_char || obuf[col].c_width < 0) {
248 obuf[col].c_char = '_';
269 if (obuf[col].c_char == '\0') {
270 obuf[col].c_char = c;
276 } else if (obuf[col].c_char == '_') {
277 obuf[col].c_char = c;
283 } else if ((wint_t)obuf[col].c_char == c) {
316 if (obuf[i].c_char == '\0') {
322 outc(obuf[i].c_char, obu
[all...]
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c80 wchar_t c_char; /* character in question */ member in struct:char_str
297 c->c_char = ch;
490 PUTC(c->c_char);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dc-exp.y71 #define yychar c_char
H A Dc-exp.c178 #define yychar c_char

Completed in 95 milliseconds