Searched defs:CHK (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/nvi/catalog/ |
| HD | Makefile | 34 CHK= dutch.check english.check french.check german.check \ macro
|
| /trueos/bin/stty/ |
| HD | gfmt.c | 90 #define CHK(s) (*p == s[0] && !strcmp(p, s)) in gread() macro
|
| HD | cchar.c | 118 #define CHK(s) (*arg == s[0] && !strcmp(arg, s)) in csearch() macro
|
| HD | modes.c | 207 #define CHK(s) (*name == s[0] && !strcmp(name, s)) macro
|
| /trueos/usr.sbin/lpr/lpd/ |
| HD | modes.c | 199 #define CHK(name, s) (*name == s[0] && !strcmp(name, s)) macro
|
| /trueos/usr.bin/vi/catalog/ |
| HD | Makefile | 60 CHK= dutch.check english.check french.check german.check \ macro
|
| /trueos/usr.bin/tset/ |
| HD | set.c | 45 #define CHK(val, dft) (val <= 0 ? dft : val) macro
|
| /trueos/usr.sbin/lpr/common_source/ |
| HD | printcap.c | 226 #define CHK(x) do {if ((x) == PCAPERR_OSERR) return PCAPERR_OSERR;}while(0) in getprintcap_int() macro
|
| /trueos/contrib/ncurses/progs/ |
| HD | tset.c | 725 #define CHK(val, dft) (DISABLED(val) ? dft : val) macro
|
| /trueos/lib/libstand/ |
| HD | stand.h | 72 #define CHK(fmt, args...) printf("%s(%d): " fmt "\n", __func__, __LINE__ , ##args) macro
|