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

/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp26 typedef signed char schar; typedef
28 declare_ptable(schar)
29 implement_ptable(schar)
162 schar back_color_idx;
163 schar fore_color_idx;
202 schar curr_fore_idx;
203 schar curr_back_idx;
207 PTABLE(schar) tty_colors;
210 schar color_to_idx(color *col);
213 int tty_color(unsigned int, unsigned int, unsigned int, schar *,
[all...]
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c102 static char schar; /* text column separation character */ variable
501 *ptbf++ = schar;
752 *ptbf++ = schar;
966 *ptbf++ = schar;
1744 schar = SCHAR;
1746 schar = *eoptarg++;
/freebsd-11-stable/contrib/libreadline/
H A Dtext.c1456 _rl_char_search_internal (count, dir, schar)
1457 int count, dir, schar;
1486 if (rl_line_buffer[pos] == schar)

Completed in 81 milliseconds