Symbol: CHK
bin/stty/cchar.c
122
if (CHK("undef") || CHK("<undef>"))
bin/stty/gfmt.c
101
if (CHK("ispeed")) {
bin/stty/gfmt.c
107
if (CHK("lflag")) {
bin/stty/gfmt.c
111
if (CHK("oflag")) {
bin/stty/gfmt.c
116
if (CHK("ospeed")) {
bin/stty/gfmt.c
123
if (CHK(cp->name)) {
bin/stty/gfmt.c
92
if (CHK("cflag")) {
bin/stty/gfmt.c
96
if (CHK("iflag")) {
bin/stty/modes.c
182
if (CHK(smp->name)) {
bin/stty/modes.c
192
if (CHK(mp->name)) {
usr.bin/touch/touch.c
524
CHK(year);
usr.bin/touch/touch.c
525
CHK(mon);
usr.bin/touch/touch.c
526
CHK(mday);
usr.bin/touch/touch.c
527
CHK(hour);
usr.bin/touch/touch.c
528
CHK(min);
usr.bin/touch/touch.c
529
CHK(sec);
usr.bin/tset/set.c
56
mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
usr.bin/tset/set.c
58
mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
usr.bin/tset/set.c
59
mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
usr.bin/tset/set.c
61
mode.c_cc[VFLUSH] = CHK(mode.c_cc[VFLUSH], CFLUSH);
usr.bin/tset/set.c
63
mode.c_cc[VINTR] = CHK(mode.c_cc[VINTR], CINTR);
usr.bin/tset/set.c
64
mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
usr.bin/tset/set.c
66
mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT);
usr.bin/tset/set.c
68
mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
usr.bin/tset/set.c
70
mode.c_cc[VREPRINT] = CHK(mode.c_cc[VREPRINT], CRPRNT);
usr.bin/tset/set.c
72
mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
usr.bin/tset/set.c
73
mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
usr.bin/tset/set.c
74
mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP);
usr.bin/tset/set.c
76
mode.c_cc[VWERASE] = CHK(mode.c_cc[VWERASE], CWERASE);
usr.sbin/lpr/lpd/modes.c
207
if (CHK(mp->name)) {
usr.sbin/lpr/lpd/modes.c
214
if (CHK(mp->name)) {
usr.sbin/lpr/lpd/modes.c
221
if (CHK(mp->name)) {
usr.sbin/lpr/lpd/modes.c
228
if (CHK(mp->name)) {