Searched refs:NOSTR (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/usr.bin/tip/ |
| D | remote.c | 132 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 …]
|
| D | vars.c | 59 NOSTR, (char *)&EL }, 71 NOSTR, _PATH_ACULOG }, 73 NOSTR, (char *)&PH }, 83 NOSTR, (char *)&RM }, 93 NOSTR, NOSTR }, 116 { NOSTR, 0, 0, NOSTR, NOSTR }
|
| D | acu.c | 72 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) {
|
| D | cmds.c | 650 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);
|
| D | tip.c | 66 char *system = NOSTR; 115 if (system == NOSTR) 168 if ((PH = getenv("PHONES")) == NOSTR) 602 if (value(PARITY) == NOSTR)
|
| D | log.c | 62 if ((user = getlogin()) == NOSTR) {
|
| D | cu.c | 60 CU = DV = NOSTR;
|
| D | tip.h | 230 #define NOSTR ((char *)NULL) macro
|
| D | value.c | 113 if ((p->v_value = strdup(v)) == NOSTR) {
|
| /mirbsd/src/include/ |
| D | langinfo.h | 69 #define NOSTR 48 /* Negative response for yes/no queries */ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/ |
| D | Makefile.PL | 33 MON_2 MON_3 MON_4 MON_5 MON_6 MON_7 MON_8 MON_9 NOEXPR NOSTR
|
| /mirbsd/src/lib/libc/i18n/ |
| D | langinfo.c | 153 case NOSTR: in __weak_nl_langinfo()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/ |
| D | const-c.inc | 28 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/ |
| D | locale.c | 217 { "nostr", 1, LC_MESSAGES, NOSTR,
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perllocale.pod | 446 use I18N::Langinfo qw(langinfo ABDAY_1 YESSTR NOSTR); 448 my ($abday_1, $yesstr, $nostr) = map { langinfo } qw(ABDAY_1 YESSTR NOSTR);
|