usr/src/cmd/cfgadm/cfgadm.c
696
(void) strncpy(nochr, nl_langinfo(NOSTR), YESNO_STR_MAX + 1);
usr/src/cmd/csh/sh.c
1065
if (*++t == NOSTR)
usr/src/cmd/csh/sh.c
1199
*newv++ = strtots(NOSTR, *v++);
usr/src/cmd/csh/sh.c
191
set(S_SUNW_VARLEN, strtots(NOSTR, c_max_var_len));
usr/src/cmd/csh/sh.c
200
if (cp == NOSTR)
usr/src/cmd/csh/sh.c
204
cp = NOSTR;
usr/src/cmd/csh/sh.c
216
if ((cp = getenvs_("USER")) != NOSTR)
usr/src/cmd/csh/sh.c
232
if ((cp = getenvs_("TERM")) != NOSTR)
usr/src/cmd/csh/sh.c
237
if ((cp = getenvs_("PATH")) == NOSTR)
usr/src/cmd/csh/sh.dir.c
105
if (!lflag && hp != NOSTR) {
usr/src/cmd/csh/sh.dir.c
140
if (*++v == NOSTR) {
usr/src/cmd/csh/sh.dir.c
141
if ((cp = value(S_home)) == NOSTR || *cp == 0)
usr/src/cmd/csh/sh.dir.c
38
static tchar *fakev[] = { S_dirs, NOSTR };
usr/src/cmd/csh/sh.dir.c
381
if (*++v == NOSTR) {
usr/src/cmd/csh/sh.dir.c
456
if (*++v == NOSTR)
usr/src/cmd/csh/sh.dir.c
93
hp = NOSTR;
usr/src/cmd/csh/sh.dir.c
94
if (*++v != NOSTR)
usr/src/cmd/csh/sh.dir.c
95
if (eq(*v, S_MINl /* "-l" */) && *++v == NOSTR)
usr/src/cmd/csh/sh.dol.c
109
Dv[0] = cp; Dv[1] = NOSTR;
usr/src/cmd/csh/sh.dol.c
657
Dv[0] = term; Dv[1] = NOSTR; gflag = 0;
usr/src/cmd/csh/sh.dol.c
749
Dv[0] = mbp, Dv[1] = NOSTR, vp = Dv;
usr/src/cmd/csh/sh.err.c
35
tchar *onev[2] = { one, NOSTR };
usr/src/cmd/csh/sh.exp.c
486
fakecom[1] = NOSTR;
usr/src/cmd/csh/sh.file.c
465
if (p == NOSTR) {
usr/src/cmd/csh/sh.func.c
1085
NOSTR /* assumption: LC_xxx >= 0 */
usr/src/cmd/csh/sh.func.c
1093
} while (((++p)->evname) != NOSTR);
usr/src/cmd/csh/sh.func.c
1351
error(NOSTR);
usr/src/cmd/csh/sh.func.c
314
v_ = tstostr(NOSTR, v[1]); /* No need to free */
usr/src/cmd/csh/sh.func.c
353
if (*vv == NOSTR) {
usr/src/cmd/csh/sh.func.c
850
(void) getword(NOSTR);
usr/src/cmd/csh/sh.glob.c
222
(void) execbrc(cs, NOSTR);
usr/src/cmd/csh/sh.glob.c
711
pargv[0] = NOSTR;
usr/src/cmd/csh/sh.glob.c
904
pargv[pargc] = NOSTR;
usr/src/cmd/csh/sh.tchar.c
291
r = NOSTR;
usr/src/cmd/csh/sh.tchar.c
347
pbuf = NOSTR;
usr/src/cmd/csh/sh.tchar.c
351
return (NOSTR);
usr/src/cmd/csh/sh.tchar.c
353
return (pbuf = strtots(NOSTR, val));
usr/src/cmd/csh/sh.tchar.c
70
if (to == NOSTR) { /* Need to xalloc(). */
usr/src/cmd/csh/sh.tchar.c
73
i = mbstotcs(NOSTR, from, 0);
usr/src/cmd/csh/sh.tchar.c
75
return (NOSTR);
usr/src/cmd/csh/sh.tchar.c
83
return (NOSTR);
usr/src/cmd/fmt/fmt.c
121
outp = NOSTR;
usr/src/cmd/fmt/fmt.c
356
outp = NOSTR;
usr/src/cmd/fmt/fmt.c
495
if (outp == NOSTR)
usr/src/cmd/fmt/fmt.c
522
if (outp == NOSTR)
usr/src/cmd/fmt/fmt.c
526
outp = NOSTR;
usr/src/cmd/locale/locale.c
156
yn.no_str = strdup(nl_langinfo(NOSTR));
usr/src/cmd/mailx/cmd1.c
167
if ((cp = value("screen")) != NOSTR && (tmp = atoi(cp)) > 0)
usr/src/cmd/mailx/cmd1.c
231
if ((subjline = hfield("subject", mp, addone)) == NOSTR &&
usr/src/cmd/mailx/cmd1.c
232
(subjline = hfield("subj", mp, addone)) == NOSTR &&
usr/src/cmd/mailx/cmd1.c
233
(subjline = hfield("message-status", mp, addone)) == NOSTR)
usr/src/cmd/mailx/cmd1.c
273
if ((fromline = hfield("newsgroups", mp, addone)) == NOSTR &&
usr/src/cmd/mailx/cmd1.c
274
(fromline = hfield("article-id", mp, addone)) == NOSTR)
usr/src/cmd/mailx/cmd1.c
386
if ((cp+1)->c_name != NOSTR)
usr/src/cmd/mailx/cmd1.c
456
if (intty && outtty && (page || (cp = value("crt")) != NOSTR)) {
usr/src/cmd/mailx/cmd1.c
522
if (value("quiet") == NOSTR && (!doign || !isign("message", 0)))
usr/src/cmd/mailx/cmd1.c
551
if (valtop != NOSTR) {
usr/src/cmd/mailx/cmd1.c
562
if (value("quiet") == NOSTR)
usr/src/cmd/mailx/cmd2.c
151
if ((file = snarf(str, &f, 0)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
165
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
226
if ((file = snarf(str, &f, 0)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
240
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
369
if ((file = snarf(str, &f, 1)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
373
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
432
return (NOSTR);
usr/src/cmd/mailx/cmd2.c
438
tok_beg = tok_end = NOSTR;
usr/src/cmd/mailx/cmd2.c
457
for (tok_beg = p, tok_end = NOSTR, p++;
usr/src/cmd/mailx/cmd2.c
468
return (NOSTR);
usr/src/cmd/mailx/cmd2.c
478
tok_end = NOSTR;
usr/src/cmd/mailx/cmd2.c
484
return (NOSTR);
usr/src/cmd/mailx/cmd2.c
490
return (NOSTR);
usr/src/cmd/mailx/cmd2.c
499
if (tok_beg != NOSTR && tok_end != NOSTR) {
usr/src/cmd/mailx/cmd2.c
513
return (NOSTR);
usr/src/cmd/mailx/cmd3.c
1099
if ((rf = skin(hfield("from", mp, addto)))==NOSTR)
usr/src/cmd/mailx/cmd3.c
1100
rf = skin(addto(NOSTR, nameof(mp)));
usr/src/cmd/mailx/cmd3.c
1101
if ((r = skin(hfield("reply-to", mp, addto)))==NOSTR)
usr/src/cmd/mailx/cmd3.c
1121
int rep = (value("replyall") != NOSTR);
usr/src/cmd/mailx/cmd3.c
1122
int flp = (value("flipr") != NOSTR);
usr/src/cmd/mailx/cmd3.c
132
if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0')
usr/src/cmd/mailx/cmd3.c
168
int bangit = (value("bang")!=NOSTR);
usr/src/cmd/mailx/cmd3.c
244
if ((cp = expand(cp)) == NOSTR)
usr/src/cmd/mailx/cmd3.c
246
if (editfile != NOSTR && (*editfile != '/' || mailname[0] != '/')) {
usr/src/cmd/mailx/cmd3.c
260
if (editfile != NOSTR && *editfile != '/') {
usr/src/cmd/mailx/cmd3.c
323
if (cp != NOSTR) {
usr/src/cmd/mailx/cmd3.c
350
if (cp == NOSTR) {
usr/src/cmd/mailx/cmd3.c
358
if (head.h_subject == NOSTR)
usr/src/cmd/mailx/cmd3.c
361
head.h_cc = NOSTR;
usr/src/cmd/mailx/cmd3.c
363
if (cp != NOSTR) {
usr/src/cmd/mailx/cmd3.c
377
head.h_bcc = NOSTR;
usr/src/cmd/mailx/cmd3.c
378
head.h_defopt = NOSTR;
usr/src/cmd/mailx/cmd3.c
380
mail1(&head, useauthor, useauthor ? rcv : NOSTR);
usr/src/cmd/mailx/cmd3.c
392
folderize = (value("outfolder")!=NOSTR && getfold(fldr) == 0);
usr/src/cmd/mailx/cmd3.c
413
if ((cp = strchr(recf, '%')) == NOSTR)
usr/src/cmd/mailx/cmd3.c
415
if (cp != NOSTR)
usr/src/cmd/mailx/cmd3.c
443
if (subj == NOSTR)
usr/src/cmd/mailx/cmd3.c
444
return(NOSTR);
usr/src/cmd/mailx/cmd3.c
524
if (Tflag != NOSTR)
usr/src/cmd/mailx/cmd3.c
554
*p = NOSTR;
usr/src/cmd/mailx/cmd3.c
556
for (p = ap; *p != NOSTR; p++)
usr/src/cmd/mailx/cmd3.c
564
for (ap = arglist; *ap != NOSTR; ap++) {
usr/src/cmd/mailx/cmd3.c
595
for (ap = arglist; *ap != NOSTR; ap++)
usr/src/cmd/mailx/cmd3.c
621
*p = NOSTR;
usr/src/cmd/mailx/cmd3.c
623
for (p = ap; *p != NOSTR; p++)
usr/src/cmd/mailx/cmd3.c
650
for (ap = argv+1; *ap != NOSTR; ap++) {
usr/src/cmd/mailx/cmd3.c
683
for (ap = argv; *ap != NOSTR; ap++) {
usr/src/cmd/mailx/cmd3.c
716
for (ap = list; *ap != NOSTR; ap++)
usr/src/cmd/mailx/cmd3.c
759
if (argv[0] == NOSTR) {
usr/src/cmd/mailx/cmd3.c
776
if (cp == NOSTR)
usr/src/cmd/mailx/cmd3.c
836
return(NOSTR);
usr/src/cmd/mailx/cmd3.c
862
name = getcwd(NOSTR, PATHSIZE);
usr/src/cmd/mailx/cmd3.c
881
while (*argv != NOSTR) {
usr/src/cmd/mailx/cmd3.c
883
if ((cp = expand(cp)) != NOSTR) {
usr/src/cmd/mailx/cmd3.c
886
if (*argv!=NOSTR)
usr/src/cmd/mailx/cmd3.c
91
if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0')
usr/src/cmd/mailx/cmd3.c
953
if (subject == NOSTR)
usr/src/cmd/mailx/cmd3.c
956
if (subject != NOSTR)
usr/src/cmd/mailx/cmd3.c
958
head.h_cc = NOSTR;
usr/src/cmd/mailx/cmd3.c
959
head.h_bcc = NOSTR;
usr/src/cmd/mailx/cmd3.c
960
head.h_defopt = NOSTR;
usr/src/cmd/mailx/cmd3.c
962
mail1(&head, useauthor, NOSTR);
usr/src/cmd/mailx/cmd4.c
114
if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0')
usr/src/cmd/mailx/cmd4.c
133
page = (value("page")!=NOSTR);
usr/src/cmd/mailx/cmd4.c
141
(value("alwaysignore") != NOSTR ||
usr/src/cmd/mailx/cmd4.c
142
value("pipeignore") != NOSTR)
usr/src/cmd/mailx/cmd4.c
200
if ((file = snarf(str, &f, 1)) == NOSTR)
usr/src/cmd/mailx/cmd4.c
218
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd4.c
273
if ((fld = stripquotes(snarf(str, &f, 0))) == NOSTR) {
usr/src/cmd/mailx/cmd4.c
309
if (str == NOSTR) {
usr/src/cmd/mailx/cmd4.c
310
return(NOSTR);
usr/src/cmd/mailx/cmd4.c
74
if ((cmd = stripquotes(snarf(str, &f, 0))) == NOSTR) {
usr/src/cmd/mailx/cmd4.c
79
if ( (cmd = value("cmd")) == NOSTR) {
usr/src/cmd/mailx/collect.c
1178
if (s == SIGINT && value("save")==NOSTR || fsize(newi) == 0)
usr/src/cmd/mailx/collect.c
1182
(value("appenddeadletter") == NOSTR ? "w" : "a"))) == NULL) {
usr/src/cmd/mailx/collect.c
1188
lcwrite(deadletter, newi, dbuf, value("appenddeadletter") != NOSTR);
usr/src/cmd/mailx/collect.c
1275
if (hf == NOSTR)
usr/src/cmd/mailx/collect.c
1324
hf[nhf] = NOSTR;
usr/src/cmd/mailx/collect.c
167
if (hp->h_subject == NOSTR) {
usr/src/cmd/mailx/collect.c
169
sflag = NOSTR;
usr/src/cmd/mailx/collect.c
171
if (hp->h_cc == NOSTR) {
usr/src/cmd/mailx/collect.c
173
cflag = NOSTR;
usr/src/cmd/mailx/collect.c
175
if (hp->h_bcc == NOSTR) {
usr/src/cmd/mailx/collect.c
177
bflag = NOSTR;
usr/src/cmd/mailx/collect.c
182
if (hp->h_to == NOSTR)
usr/src/cmd/mailx/collect.c
184
if (hp->h_subject == NOSTR && value("asksub"))
usr/src/cmd/mailx/collect.c
186
if (hp->h_cc == NOSTR && value("askcc"))
usr/src/cmd/mailx/collect.c
188
if (hp->h_bcc == NOSTR && value("askbcc"))
usr/src/cmd/mailx/collect.c
200
if ((cp = value("escape")) != NOSTR)
usr/src/cmd/mailx/collect.c
203
if ((cp = value("MAILX_HEAD")) != NOSTR) {
usr/src/cmd/mailx/collect.c
244
if (intty && value("ignoreeof") != NOSTR) {
usr/src/cmd/mailx/collect.c
256
(value("dot") != NOSTR || value("ignoreeof") != NOSTR))
usr/src/cmd/mailx/collect.c
328
if ((linebuf[0] != escape) || (rflag != NOSTR) ||
usr/src/cmd/mailx/collect.c
379
if (cp != NOSTR) {
usr/src/cmd/mailx/collect.c
523
if (cp == NOSTR)
usr/src/cmd/mailx/collect.c
572
if ((cp = expand(cp)) == NOSTR)
usr/src/cmd/mailx/collect.c
631
if (intty && outtty && (cp = value("crt")) != NOSTR) {
usr/src/cmd/mailx/collect.c
699
if ((cp = value("MAILX_TAIL")) != NOSTR) {
usr/src/cmd/mailx/collect.c
725
value("appenddeadletter") == NOSTR ? "w" : "a")) != NULL) {
usr/src/cmd/mailx/collect.c
728
lcwrite(deadletter, ibuf, fbuf, value("appenddeadletter") != NOSTR);
usr/src/cmd/mailx/collect.c
871
if ((edit = value(c == 'e' ? "EDITOR" : "VISUAL")) == NOSTR ||
usr/src/cmd/mailx/collect.c
931
hp->h_to = hp->h_subject = hp->h_cc = hp->h_bcc = hp->h_defopt = NOSTR;
usr/src/cmd/mailx/edit.c
63
if ((edname = value("EDITOR")) == NOSTR || *edname == '\0')
usr/src/cmd/mailx/edit.c
78
if ((edname = value("VISUAL")) == NOSTR || *edname == '\0')
usr/src/cmd/mailx/fio.c
501
if (Tflag != NOSTR) {
usr/src/cmd/mailx/fio.c
503
Tflag = NOSTR;
usr/src/cmd/mailx/fio.c
512
if (Tflag != NOSTR && (mp->m_flag & (MREAD|MDELETED)) != 0) {
usr/src/cmd/mailx/fio.c
513
if ((id = hfield("article-id", mp, addone)) != NOSTR)
usr/src/cmd/mailx/fio.c
517
if (Tflag != NOSTR)
usr/src/cmd/mailx/fio.c
519
if (!gotcha || Tflag != NOSTR)
usr/src/cmd/mailx/fio.c
597
if (gotcha && !noremove && (value("keep") == NOSTR)) {
usr/src/cmd/mailx/fio.c
763
return (NOSTR);
usr/src/cmd/mailx/fio.c
768
return (NOSTR);
usr/src/cmd/mailx/fio.c
797
if ((folder = value("folder")) == NOSTR || *folder == '\0')
usr/src/cmd/mailx/fio.c
803
if (*folder != '+' && (folder = expand(folder)) == NOSTR ||
usr/src/cmd/mailx/init.c
121
char *prompt = NOSTR; /* prompt string */
usr/src/cmd/mailx/lex.c
117
if (strrchr(name, '/') == NOSTR)
usr/src/cmd/mailx/lex.c
322
if (prompt == NOSTR) {
usr/src/cmd/mailx/lex.c
369
if (value("header") != NOSTR)
usr/src/cmd/mailx/lex.c
400
if (value("ignoreeof") != NOSTR && shudprompt) {
usr/src/cmd/mailx/lex.c
671
if (value("autoprint") != NOSTR && com->c_argtype & P)
usr/src/cmd/mailx/lex.c
713
if (value("exit") != NOSTR)
usr/src/cmd/mailx/lex.c
749
for (cp = &cmdtab[0]; cp->c_name != NOSTR; cp++)
usr/src/cmd/mailx/lex.c
838
if (!Hflag && value("quiet") == NOSTR)
usr/src/cmd/mailx/lex.c
968
if (strrchr(mailname, '/') == NOSTR)
usr/src/cmd/mailx/lex.c
97
if (f == NOSTR)
usr/src/cmd/mailx/list.c
292
*np = NOSTR;
usr/src/cmd/mailx/list.c
325
for (mc = 0, np = &namelist[0]; *np != NOSTR; np++)
usr/src/cmd/mailx/list.c
354
for (np = &namelist[1]; *np != NOSTR; np++)
usr/src/cmd/mailx/list.c
488
*ap = NOSTR;
usr/src/cmd/mailx/list.c
710
if (cp2 == NOSTR)
usr/src/cmd/mailx/main.c
137
ef = NOSTR;
usr/src/cmd/mailx/main.c
254
cwd = getcwd(NOSTR, PATHSIZE);
usr/src/cmd/mailx/main.c
333
if (newsflg && ef==NOSTR) {
usr/src/cmd/mailx/main.c
337
if (ef != NOSTR && argp != -1) {
usr/src/cmd/mailx/main.c
390
if (ef != NOSTR) {
usr/src/cmd/mailx/main.c
391
if (ef == NOSTR || *ef == '\0' || *ef == '+') {
usr/src/cmd/mailx/main.c
398
if (cwd == NOSTR)
usr/src/cmd/mailx/main.c
399
cwd = getcwd(NOSTR, PATHSIZE);
usr/src/cmd/mailx/main.c
413
if (msgCount > 0 && !noheader && value("header") != NOSTR) {
usr/src/cmd/mailx/names.c
113
if (line == NOSTR || strlen(line) == 0)
usr/src/cmd/mailx/names.c
119
while ((cp = yankword(cp, nbuf, sizeof (nbuf), comma)) != NOSTR) {
usr/src/cmd/mailx/names.c
123
comma)) == NOSTR) {
usr/src/cmd/mailx/names.c
157
return (NOSTR);
usr/src/cmd/mailx/names.c
166
return (NOSTR);
usr/src/cmd/mailx/names.c
216
if (value("expandaddr") == NOSTR)
usr/src/cmd/mailx/names.c
289
if ((shell = value("SHELL")) == NOSTR ||
usr/src/cmd/mailx/names.c
389
if (fcc == NOSTR)
usr/src/cmd/mailx/names.c
418
metoo = (value("metoo") != NOSTR);
usr/src/cmd/mailx/names.c
514
if ((cp = strchr(user, '%')) == NOSTR)
usr/src/cmd/mailx/names.c
516
if (cp != NOSTR) {
usr/src/cmd/mailx/names.c
547
return (strstr(abuf, ubuf) != NOSTR);
usr/src/cmd/mailx/names.c
616
if (rflag != NOSTR)
usr/src/cmd/mailx/names.c
619
metoo = value("metoo") != NOSTR;
usr/src/cmd/mailx/names.c
622
verbose = value("verbose") != NOSTR;
usr/src/cmd/mailx/names.c
630
if (rflag != NOSTR) {
usr/src/cmd/mailx/names.c
653
*ap = NOSTR;
usr/src/cmd/mailx/optim.c
128
if ((cp = value("conv"))==NOSTR || strcmp(cp, "optimize") != 0)
usr/src/cmd/mailx/optim.c
198
((cp = value("conv"))==NOSTR || strcmp(cp, "internet")))
usr/src/cmd/mailx/optim.c
203
if (np == NOSTR)
usr/src/cmd/mailx/optim.c
207
if (hp == NOSTR)
usr/src/cmd/mailx/optim.c
212
if (cp == NOSTR)
usr/src/cmd/mailx/optim.c
280
return(NOSTR);
usr/src/cmd/mailx/optim.c
303
if (cp == NOSTR)
usr/src/cmd/mailx/optim.c
305
if (cp == NOSTR) {
usr/src/cmd/mailx/optim.c
330
if (cp == NOSTR)
usr/src/cmd/mailx/optim.c
352
if (cp == NOSTR)
usr/src/cmd/mailx/optim.c
406
xp->xh_name = NOSTR;
usr/src/cmd/mailx/optim.c
432
if (xp->xh_name == NOSTR) {
usr/src/cmd/mailx/optim.c
472
if (xp->xh_name == NOSTR)
usr/src/cmd/mailx/optim.c
479
if (xp->xh_name == NOSTR)
usr/src/cmd/mailx/optim.c
499
return(NOSTR);
usr/src/cmd/mailx/optim.c
503
return(NOSTR);
usr/src/cmd/mailx/optim.c
600
if ((cp2 = netname(*cp++)) == NOSTR) {
usr/src/cmd/mailx/optim.c
727
if (rp != NOSTR)
usr/src/cmd/mailx/optim.c
778
if (cp2 != NOSTR)
usr/src/cmd/mailx/optim.c
794
last = NOSTR;
usr/src/cmd/mailx/optim.c
870
return(NOSTR);
usr/src/cmd/mailx/optim.c
872
return(NOSTR);
usr/src/cmd/mailx/quit.c
106
autohold = value("hold") != NOSTR;
usr/src/cmd/mailx/quit.c
107
appending = value("append") != NOSTR;
usr/src/cmd/mailx/quit.c
110
if (value("keepsave") != NOSTR)
usr/src/cmd/mailx/quit.c
126
if (Tflag != NOSTR) {
usr/src/cmd/mailx/quit.c
128
Tflag = NOSTR;
usr/src/cmd/mailx/quit.c
137
if (Tflag != NOSTR && (mp->m_flag & (MREAD|MDELETED)) != 0) {
usr/src/cmd/mailx/quit.c
139
if (id != NOSTR)
usr/src/cmd/mailx/quit.c
143
if (id != NOSTR)
usr/src/cmd/mailx/quit.c
148
if (Tflag != NOSTR)
usr/src/cmd/mailx/quit.c
372
if (!noremove && (fsize(obuf) == 0) && (value("keep") == NOSTR)) {
usr/src/cmd/mailx/send.c
306
head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
usr/src/cmd/mailx/send.c
309
mail1(&head, Fflag, NOSTR);
usr/src/cmd/mailx/send.c
316
if (value("flipm") != NOSTR)
usr/src/cmd/mailx/send.c
324
if (value("flipm") != NOSTR)
usr/src/cmd/mailx/send.c
338
head.h_to = NOSTR;
usr/src/cmd/mailx/send.c
339
head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
usr/src/cmd/mailx/send.c
342
mail1(&head, Fflag, NOSTR);
usr/src/cmd/mailx/send.c
356
head.h_to = NOSTR;
usr/src/cmd/mailx/send.c
358
head.h_to = addto(NOSTR, str);
usr/src/cmd/mailx/send.c
359
head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
usr/src/cmd/mailx/send.c
362
mail1(&head, 0, NOSTR);
usr/src/cmd/mailx/send.c
377
head.h_to = NOSTR;
usr/src/cmd/mailx/send.c
379
head.h_to = addto(NOSTR, str);
usr/src/cmd/mailx/send.c
380
head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
usr/src/cmd/mailx/send.c
383
mail1(&head, 1, NOSTR);
usr/src/cmd/mailx/send.c
410
int remote = rflag != NOSTR || rmail;
usr/src/cmd/mailx/send.c
424
if (hp->h_subject == NOSTR)
usr/src/cmd/mailx/send.c
426
if (fsize(mtf) == 0 && hp->h_subject == NOSTR) {
usr/src/cmd/mailx/send.c
440
if (use_to && orig_to == NOSTR && hp->h_to != NOSTR)
usr/src/cmd/mailx/send.c
442
else if (orig_to == NOSTR)
usr/src/cmd/mailx/send.c
495
if (recfile != NOSTR && *recfile)
usr/src/cmd/mailx/send.c
502
for (t = namelist; *t != NOSTR; t++)
usr/src/cmd/mailx/send.c
534
value("appenddeadletter") == NOSTR ? "w" : "a")) {
usr/src/cmd/mailx/send.c
539
value("appenddeadletter") != NOSTR);
usr/src/cmd/mailx/send.c
565
if ((deliver = value("sendmail")) == NOSTR)
usr/src/cmd/mailx/send.c
576
if (value("sendwait")!=NOSTR)
usr/src/cmd/mailx/send.c
617
if ((postmark != NOSTR) || (returnaddr != NOSTR)) {
usr/src/cmd/mailx/send.c
658
if (hp->h_to != NOSTR && (w & GTO))
usr/src/cmd/mailx/send.c
661
if (hp->h_subject != NOSTR && *hp->h_subject)
usr/src/cmd/mailx/send.c
666
if (hp->h_cc != NOSTR && (w & GCC))
usr/src/cmd/mailx/send.c
668
if (hp->h_bcc != NOSTR && (w & GBCC))
usr/src/cmd/mailx/send.c
670
if (hp->h_defopt != NOSTR && (w & GDEFOPT))
usr/src/cmd/mailx/send.c
677
if (hp->h_subject != NOSTR && *hp->h_subject)
usr/src/cmd/mailx/send.c
748
if (n == NOSTR)
usr/src/cmd/mailx/stralloc.c
167
if (sp->s_topFree == NOSTR)
usr/src/cmd/mailx/stralloc.c
85
if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s)
usr/src/cmd/mailx/stralloc.c
93
if (sp->s_topFree == NOSTR) {
usr/src/cmd/mailx/stralloc.c
97
if (sp->s_topFree == NOSTR) {
usr/src/cmd/mailx/tty.c
130
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
usr/src/cmd/mailx/tty.c
131
if (hp->h_to != NOSTR)
usr/src/cmd/mailx/tty.c
136
if (hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
140
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
usr/src/cmd/mailx/tty.c
141
if (hp->h_cc != NOSTR)
usr/src/cmd/mailx/tty.c
145
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
usr/src/cmd/mailx/tty.c
146
if (hp->h_bcc != NOSTR)
usr/src/cmd/mailx/tty.c
151
if (hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
187
if (src != NOSTR && (int)strlen(src) > LINESIZE - 2) {
usr/src/cmd/mailx/tty.c
194
cp2 = src==NOSTR ? "" : src;
usr/src/cmd/mailx/tty.c
200
cp = src == NOSTR ? "" : src;
usr/src/cmd/mailx/tty.c
297
return(NOSTR);
usr/src/cmd/mailx/tty.c
496
if (!ttyset && hp->h_to != NOSTR)
usr/src/cmd/mailx/tty.c
499
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
usr/src/cmd/mailx/tty.c
500
if (hp->h_to != NOSTR)
usr/src/cmd/mailx/tty.c
505
if (!ttyset && hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
509
if (hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
514
if (!ttyset && hp->h_cc != NOSTR)
usr/src/cmd/mailx/tty.c
517
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
usr/src/cmd/mailx/tty.c
518
if (hp->h_cc != NOSTR)
usr/src/cmd/mailx/tty.c
523
if (!ttyset && hp->h_bcc != NOSTR)
usr/src/cmd/mailx/tty.c
526
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
usr/src/cmd/mailx/tty.c
527
if (hp->h_bcc != NOSTR)
usr/src/cmd/mailx/tty.c
532
if (!ttyset && hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
536
if (hp->h_subject != NOSTR)
usr/src/cmd/mailx/tty.c
569
if (src != NOSTR && strlen(src) > LINESIZE - 2) {
usr/src/cmd/mailx/tty.c
574
if (src != NOSTR)
usr/src/cmd/mailx/tty.c
581
cp = src == NOSTR ? "" : src;
usr/src/cmd/mailx/tty.c
616
cp = strlen(canonb) > 0 ? canonb : NOSTR;
usr/src/cmd/mailx/tty.c
622
if (cp == NOSTR || *cp == '\0')
usr/src/cmd/mailx/tty.c
626
return(strlen(canonb) > 0 ? savestr(canonb) : NOSTR);
usr/src/cmd/mailx/tty.c
654
return(NOSTR);
usr/src/cmd/mailx/usg.local.c
62
if (name != NOSTR) {
usr/src/cmd/mailx/util.c
129
for (ap = argv; *ap != NOSTR; ap++)
usr/src/cmd/mailx/util.c
147
char *r = NOSTR;
usr/src/cmd/mailx/util.c
151
return(NOSTR);
usr/src/cmd/mailx/util.c
153
return(NOSTR);
usr/src/cmd/mailx/util.c
241
if ((cp = strchr(linebuf, ':')) == NOSTR)
usr/src/cmd/mailx/util.c
264
if ((cp = strchr(hfield, ':')) == NOSTR)
usr/src/cmd/mailx/util.c
265
return(NOSTR);
usr/src/cmd/mailx/util.c
328
if ((cp = expand(name)) == NOSTR)
usr/src/cmd/mailx/util.c
435
if (name == NOSTR)
usr/src/cmd/mailx/util.c
436
return(NOSTR);
usr/src/cmd/mailx/util.c
600
if (value("from") && (cp = hfield("from", mp, addto)) != NOSTR)
usr/src/cmd/mailx/util.c
66
if (top == NOSTR)
usr/src/cmd/mailx/util.c
67
return(NOSTR);
usr/src/cmd/mailx/vars.c
105
prompt = NOSTR;
usr/src/cmd/raidctl/raidctl.c
257
nostr = strdup(nl_langinfo(NOSTR));
usr/src/cmd/tip/acu.c
114
return (NOSTR);
usr/src/cmd/tip/acu.c
133
if (reason == NOSTR) {
usr/src/cmd/tip/acu.c
154
if (s != NOSTR)
usr/src/cmd/tip/acu.c
46
return (NOSTR);
usr/src/cmd/tip/acu.c
59
disconnect(NOSTR);
usr/src/cmd/tip/acu.c
81
return (NOSTR);
usr/src/cmd/tip/acu.c
93
while (fgets(string, sizeof (string), phfd) != NOSTR) {
usr/src/cmd/tip/cmds.c
111
if (cp == NOSTR)
usr/src/cmd/tip/cmds.c
270
if (fnamex == NOSTR)
usr/src/cmd/tip/cmds.c
411
if (copynamex == NOSTR)
usr/src/cmd/tip/cmds.c
668
if (msg != NOSTR)
usr/src/cmd/tip/cmds.c
682
if ((dismsg = value(DISCONNECT)) != NOSTR) {
usr/src/cmd/tip/cmds.c
686
tip_abort(NOSTR);
usr/src/cmd/tip/cmds.c
74
if (cp == NOSTR)
usr/src/cmd/tip/cmds.c
906
if (Shell == NOSTR)
usr/src/cmd/tip/cmds.c
920
return (NOSTR);
usr/src/cmd/tip/cmds.c
930
return (NOSTR);
usr/src/cmd/tip/cmds.c
934
return (NOSTR);
usr/src/cmd/tip/cmds.c
938
return (NOSTR);
usr/src/cmd/tip/cmds.c
943
return (NOSTR);
usr/src/cmd/tip/cu.c
34
CU = DV = NOSTR;
usr/src/cmd/tip/log.c
34
if ((user = getlogin()) == NOSTR)
usr/src/cmd/tip/remote.c
109
if (DV == NOSTR) {
usr/src/cmd/tip/remote.c
113
if (DU && CU == NOSTR)
usr/src/cmd/tip/remote.c
115
if (DU && PN == NOSTR) {
usr/src/cmd/tip/remote.c
126
HW = (CU == NOSTR) || (DU && equal(DV, CU));
usr/src/cmd/tip/remote.c
161
if (ES != NOSTR)
usr/src/cmd/tip/remote.c
163
if (FO != NOSTR)
usr/src/cmd/tip/remote.c
165
if (PR != NOSTR)
usr/src/cmd/tip/remote.c
167
if (RC != NOSTR)
usr/src/cmd/tip/remote.c
185
if (host == NOSTR && (host = getenv("HOST")) == NOSTR) {
usr/src/cmd/tip/remote.c
197
if (next == NOSTR)
usr/src/cmd/tip/remote.c
198
return (NOSTR);
usr/src/cmd/tip/remote.c
201
next = NOSTR;
usr/src/cmd/tip/tip.c
102
if (system == NOSTR)
usr/src/cmd/tip/tip.c
159
if ((PH = getenv("PHONES")) == NOSTR) {
usr/src/cmd/tip/tip.c
231
if (CM != NOSTR) {
usr/src/cmd/tip/tip.c
54
char *system = NOSTR;
usr/src/cmd/tip/tip.c
598
if (value(PARITY) == NOSTR)
usr/src/cmd/tip/value.c
156
if ((cp2 = expand(cp)) != NOSTR)
usr/src/cmd/tip/value.c
324
if ((v2 = expand(v)) != NOSTR)
usr/src/cmd/tip/value.c
89
if ((p->v_value = malloc(strlen(v)+1)) == NOSTR) {
usr/src/cmd/tip/vars.c
29
NOSTR, (char *)&EL },
usr/src/cmd/tip/vars.c
41
NOSTR, "/var/adm/aculog" },
usr/src/cmd/tip/vars.c
43
NOSTR, (char *)&PH },
usr/src/cmd/tip/vars.c
53
NOSTR, (char *)&RM },
usr/src/cmd/tip/vars.c
63
NOSTR, NOSTR },
usr/src/cmd/tip/vars.c
86
{ NOSTR, 0, 0, NOSTR, NOSTR }
usr/src/cmd/vi/port/ex_cmds.c
991
if (cursor_up != NOSTR && c == '\n' &&
usr/src/cmd/vi/port/ex_cmdsub.c
1139
} else if (znoclear == 0 && clear_screen != NOSTR && !inopen) {
usr/src/cmd/vi/port/ex_cmdsub.c
1558
addmac(lhs, (unsigned char *)NOSTR,
usr/src/cmd/vi/port/ex_cmdsub.c
1559
(unsigned char *)NOSTR, mp);
usr/src/cmd/vi/port/ex_cmdsub.c
1646
if (src == (unsigned char *)NOSTR || src[0] == 0)
usr/src/cmd/vi/port/ex_cmdsub.c
1663
if (dest == (unsigned char *)NOSTR) {
usr/src/cmd/vi/port/ex_cmdsub.c
1666
mp[slot].cap = (unsigned char *)NOSTR;
usr/src/cmd/vi/port/ex_cmdsub.c
1667
mp[slot].descr = (unsigned char *)NOSTR;
usr/src/cmd/vi/port/ex_set.c
373
addmac(arrows[i].cap, NOSTR, NOSTR, arrows);
usr/src/cmd/vi/port/ex_set.c
380
addmac(immacs[i].cap, NOSTR, NOSTR, immacs);
usr/src/cmd/vi/port/ex_subr.c
863
(void) qcolumn(linebuf - 1, (unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_tty.c
201
tab = back_tab = NOSTR;
usr/src/cmd/vi/port/ex_tty.c
315
return ((unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_tty.c
329
return ((unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_unix.c
326
error(NOSTR);
usr/src/cmd/vi/port/ex_v.c
353
vnline((unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_vadj.c
767
if (delete_line == NOSTR || cnt < 0) {
usr/src/cmd/vi/port/ex_vmain.c
1499
vjumpto(addr, (unsigned char *)NOSTR, c);
usr/src/cmd/vi/port/ex_vmain.c
383
vnline((unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_vmain.c
407
vnline((unsigned char *)NOSTR);
usr/src/cmd/vi/port/ex_voper.c
881
vupdown(addr - dot, NOSTR);
usr/src/cmd/vi/port/ex_vops.c
148
vjumpto(dot, (unsigned char *)NOSTR, '.');
usr/src/cmd/vi/port/ex_vops.c
454
vrepaint(NOSTR);
usr/src/cmd/vi/port/ex_vops.c
809
vrepaint(NOSTR);
usr/src/cmd/vi/port/ex_vops.c
869
vrepaint(NOSTR);
usr/src/cmd/vi/port/ex_vwind.c
463
d = (column(NOSTR) + WCOLS - 1 + (Putchar == listchar) + insert_null_glitch) / WCOLS;
usr/src/cmd/vntsd/common.c
112
*nl_langinfo(YESSTR), *nl_langinfo(NOSTR));
usr/src/cmd/vntsd/common.c
148
if (c == *nl_langinfo(NOSTR)) {
usr/src/common/util/getresponse.c
80
nostr = strdup(nl_langinfo(NOSTR));
usr/src/lib/libc/port/locale/nl_langinfo.c
154
case NOSTR: /* LEGACY */
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
100
{ NOSTR, "no" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
130
{ NOSTR, "no" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
160
{ NOSTR, "нет" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
70
{ NOSTR, "no" },