Home
last modified time | relevance | path

Searched refs:NOSTR (Results 1 – 15 of 15) sorted by relevance

/mirbsd/src/usr.bin/tip/
Dremote.c132 if (DV == NOSTR) {
136 if (DU && CU == NOSTR)
138 if (DU && PN == NOSTR) {
142 if (DU && AT == NOSTR) {
154 HW = (CU == NOSTR) || (DU && equal(DV, CU));
187 if (RE == NOSTR)
189 if (EX == NOSTR)
191 if (ES != NOSTR)
193 if (FO != NOSTR)
195 if (PR != NOSTR)
[all …]
Dvars.c59 NOSTR, (char *)&EL },
71 NOSTR, _PATH_ACULOG },
73 NOSTR, (char *)&PH },
83 NOSTR, (char *)&RM },
93 NOSTR, NOSTR },
116 { NOSTR, 0, 0, NOSTR, NOSTR }
Dacu.c72 if (CM != NOSTR) in connect()
75 return (NOSTR); in connect()
91 disconnect(NOSTR); in connect()
121 while (fgets(string, sizeof(string), fd) != NOSTR) { in connect()
146 if (CM != NOSTR) in connect()
149 return (NOSTR); in connect()
167 if (reason == NOSTR) {
Dcmds.c650 if (msg != NOSTR)
664 if ((dismsg = value(DISCONNECT)) != NOSTR) { in finish()
668 tipabort(NOSTR); in finish()
779 setparity(NOSTR); in variable()
913 if (Shell == NOSTR)
928 return(NOSTR);
938 return(NOSTR);
942 return(NOSTR);
946 return(NOSTR);
950 return(NOSTR);
Dtip.c66 char *system = NOSTR;
115 if (system == NOSTR)
168 if ((PH = getenv("PHONES")) == NOSTR)
602 if (value(PARITY) == NOSTR)
Dlog.c62 if ((user = getlogin()) == NOSTR) {
Dcu.c60 CU = DV = NOSTR;
Dtip.h230 #define NOSTR ((char *)NULL) macro
Dvalue.c113 if ((p->v_value = strdup(v)) == NOSTR) {
/mirbsd/src/include/
Dlanginfo.h69 #define NOSTR 48 /* Negative response for yes/no queries */ macro
/mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/
DMakefile.PL33 MON_2 MON_3 MON_4 MON_5 MON_6 MON_7 MON_8 MON_9 NOEXPR NOSTR
/mirbsd/src/lib/libc/i18n/
Dlanginfo.c153 case NOSTR: in __weak_nl_langinfo()
/mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/
Dconst-c.inc28 MON_5 MON_6 MON_7 MON_8 MON_9 NOSTR T_FMT */
194 if (memEQ(name, "NOSTR", 5)) {
196 #if defined(NOSTR) || (defined(__GNU_LIBRARY__) && defined(_NL_ITEM))
197 *iv_return = NOSTR;
694 …{name=>"NOSTR", type=>"IV", macro=>["#if defined(NOSTR) || (defined(__GNU_LIBRARY__) && defined(_N…
/mirbsd/src/usr.bin/locale/
Dlocale.c217 { "nostr", 1, LC_MESSAGES, NOSTR,
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperllocale.pod446 use I18N::Langinfo qw(langinfo ABDAY_1 YESSTR NOSTR);
448 my ($abday_1, $yesstr, $nostr) = map { langinfo } qw(ABDAY_1 YESSTR NOSTR);