Searched refs:NOSTR (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/tip/tip/ |
H A D | remote.c | 122 if (DV == NOSTR) { in getremcap() 126 if (DU && CU == NOSTR) in getremcap() 128 if (DU && PN == NOSTR) { in getremcap() 132 if (DU && AT == NOSTR) { in getremcap() 144 HW = (CU == NOSTR) || (DU && equal(DV, CU)); in getremcap() 177 if (RE == NOSTR) in getremcap() 179 if (EX == NOSTR) in getremcap() 181 if (ES != NOSTR) in getremcap() 183 if (FO != NOSTR) in getremcap() 185 if (PR != NOSTR) in getremcap() [all …]
|
H A D | vars.c | 53 NOSTR, (char *)&EL }, 65 NOSTR, _PATH_ACULOG }, 67 NOSTR, (char *)&PH }, 73 "rc", NOSTR }, 77 NOSTR, (char *)&RM }, 87 NOSTR, NOSTR }, 114 { NOSTR, 0, 0, 115 NOSTR, NOSTR }
|
H A D | acu.c | 67 if (CM != NOSTR) in con() 70 return (NOSTR); in con() 86 disconnect(NOSTR); in con() 116 while (fgets(string, sizeof(string), fd) != NOSTR) { in con() 141 if (CM != NOSTR) in con() 144 return (NOSTR); in con() 161 if (reason == NOSTR) { in disconnect()
|
H A D | cmds.c | 655 if (msg != NOSTR) in tipabort() 671 if ((dismsg = value(DISCONNECT)) != NOSTR) { in finish() 675 tipabort(NOSTR); in finish() 783 setparity(NOSTR); in variable() 794 linedisc(NOSTR); in variable() 933 if (Shell == NOSTR) in expand() 948 return(NOSTR); in expand() 958 return(NOSTR); in expand() 962 return(NOSTR); in expand() 966 return(NOSTR); in expand() [all …]
|
H A D | tip.c | 55 char *sys = NOSTR, sbuf[12], *p; in main() 105 if (sys == NOSTR) in main() 158 if ((PH = getenv("PHONES")) == NOSTR) in main() 601 if (value(PARITY) == NOSTR) in setparity()
|
H A D | log.c | 56 if ((user = getlogin()) == NOSTR) { in logent()
|
H A D | cu.c | 52 CU = DV = NOSTR; in cumain()
|
H A D | tip.h | 235 #define NOSTR ((char *)NULL) macro
|
H A D | value.c | 126 if ((p->v_value = strdup(v)) == NOSTR) { in vassign()
|
/freebsd/include/ |
H A D | langinfo.h | 108 #define NOSTR 55 /* negative response for yes/no queries */ macro
|
/freebsd/lib/libc/locale/ |
H A D | nl_langinfo.c | 161 case NOSTR: /* LEGACY */ in nl_langinfo_l()
|
/freebsd/usr.bin/locale/ |
H A D | locale.c | 345 NOSTR, "(POSIX legacy)" } /* compat */
|