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

/freebsd-10-stable/usr.bin/ul/
H A Dul.c77 wchar_t c_char; member in struct:CHAR
262 if (obuf[col].c_char || obuf[col].c_width < 0) {
272 obuf[col].c_char = '_';
293 if (obuf[col].c_char == '\0') {
294 obuf[col].c_char = c;
300 } else if (obuf[col].c_char == '_') {
301 obuf[col].c_char = c;
307 } else if ((wint_t)obuf[col].c_char == c) {
341 if (obuf[i].c_char == '\0') {
347 outc(obuf[i].c_char, obu
[all...]
/freebsd-10-stable/usr.bin/col/
H A Dcol.c84 wchar_t c_char; /* character in question */ member in struct:char_str
332 c->c_char = ch;
524 PUTC(c->c_char);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dc-exp.y71 #define yychar c_char
H A Dc-exp.c178 #define yychar c_char

Completed in 111 milliseconds