Lines Matching refs:NOSTR
74 if ((cmd = stripquotes(snarf(str, &f, 0))) == NOSTR) { in dopipe()
79 if ( (cmd = value("cmd")) == NOSTR) { in dopipe()
114 if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0') in dopipe()
133 page = (value("page")!=NOSTR); in dopipe()
141 (value("alwaysignore") != NOSTR || in dopipe()
142 value("pipeignore") != NOSTR) in dopipe()
200 if ((file = snarf(str, &f, 1)) == NOSTR) in loadmsg()
218 if ((file = expand(file)) == NOSTR) in loadmsg()
273 if ((fld = stripquotes(snarf(str, &f, 0))) == NOSTR) { in field()
309 if (str == NOSTR) { in stripquotes()
310 return(NOSTR); in stripquotes()