Searched refs:chb (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/usr.sbin/watch/
H A Dwatch.c290 char *buf, chb[READB_LEN]; local
365 rv = read(std_in, chb, nread);
369 switch (chb[0]) {
382 rv = write(snp_io, chb, nread);
/freebsd-11-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c156 char chb = peek_block(pb, x) & 0xFF; local
158 if (cha != chb) {
160 if (cha == '\n' && chb == 0 && x == sa - 1)
203 char chb = peek_block(pb, x) & 0xFF; local
205 if (cha != chb) {
209 if (cha == '\n' && chb == 0 && x == sa - 1)
244 (isspace(cha) || isspace(chb)) ? "whitespace " : "",

Completed in 88 milliseconds