Lines Matching refs:NOSTR
76 if ((cmd = stripquotes(snarf(str, &f, 0))) == NOSTR) { in dopipe()
81 if ( (cmd = value("cmd")) == NOSTR) { in dopipe()
116 if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0') in dopipe()
135 page = (value("page")!=NOSTR); in dopipe()
143 (value("alwaysignore") != NOSTR || in dopipe()
144 value("pipeignore") != NOSTR) in dopipe()
202 if ((file = snarf(str, &f, 1)) == NOSTR) in loadmsg()
220 if ((file = expand(file)) == NOSTR) in loadmsg()
275 if ((fld = stripquotes(snarf(str, &f, 0))) == NOSTR) { in field()
311 if (str == NOSTR) { in stripquotes()
312 return(NOSTR); in stripquotes()