Searched refs:NOSTR (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/usr.bin/tip/tip/
H A Dremote.c136 if (DV == NOSTR) {
140 if (DU && CU == NOSTR)
142 if (DU && PN == NOSTR) {
146 if (DU && AT == NOSTR) {
158 HW = (CU == NOSTR) || (DU && equal(DV, CU));
191 if (RE == NOSTR)
193 if (EX == NOSTR)
195 if (ES != NOSTR)
197 if (FO != NOSTR)
199 if (PR != NOSTR)
[all...]
H A Dacu.c75 if (CM != NOSTR)
78 return (NOSTR);
94 disconnect(NOSTR);
124 while (fgets(string, sizeof(string), fd) != NOSTR) {
149 if (CM != NOSTR)
152 return (NOSTR);
169 if (reason == NOSTR) {
H A Dvars.c61 NOSTR, (char *)&EL },
73 NOSTR, _PATH_ACULOG },
75 NOSTR, (char *)&PH },
81 "rc", NOSTR },
85 NOSTR, (char *)&RM },
95 NOSTR, NOSTR },
122 { NOSTR, 0, 0,
123 NOSTR, NOSTR }
[all...]
H A Dlog.c64 if ((user = getlogin()) == NOSTR) {
H A Dcmds.c663 if (msg != NOSTR)
679 if ((dismsg = value(DISCONNECT)) != NOSTR) {
683 tipabort(NOSTR);
791 setparity(NOSTR);
802 linedisc(NOSTR);
941 if (Shell == NOSTR)
956 return(NOSTR);
966 return(NOSTR);
970 return(NOSTR);
974 return(NOSTR);
[all...]
H A Dcu.c60 CU = DV = NOSTR;
H A Dtip.c68 char *sys = NOSTR, sbuf[12], *p;
118 if (sys == NOSTR)
171 if ((PH = getenv("PHONES")) == NOSTR)
605 if (value(PARITY) == NOSTR)
H A Dtip.h234 #define NOSTR ((char *)NULL) macro
H A Dvalue.c120 if ((p->v_value = strdup(v)) == NOSTR) {
/freebsd-10-stable/include/
H A Dlanginfo.h108 #define NOSTR 55 /* negative response for yes/no queries */ macro
/freebsd-10-stable/lib/libc/locale/
H A Dnl_langinfo.c141 * YESSTR and NOSTR items marked with LEGACY are available, but not
148 case NOSTR: /* LEGACY */
/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c218 { "nostr", 1, LC_MESSAGES, NOSTR,

Completed in 90 milliseconds