Lines Matching refs:NOSTR
113 if (line == NOSTR || strlen(line) == 0) in extract()
119 while ((cp = yankword(cp, nbuf, sizeof (nbuf), comma)) != NOSTR) { in extract()
123 comma)) == NOSTR) { in extract()
157 return (NOSTR); in detract()
166 return (NOSTR); in detract()
216 if (value("expandaddr") == NOSTR) in outof()
289 if ((shell = value("SHELL")) == NOSTR || in outof()
389 if (fcc == NOSTR) in isfileaddr()
418 metoo = (value("metoo") != NOSTR); in usermap()
514 if ((cp = strchr(user, '%')) == NOSTR) in norm()
516 if (cp != NOSTR) { in norm()
547 return (strstr(abuf, ubuf) != NOSTR); in samebody()
616 if (rflag != NOSTR) in unpack()
619 metoo = value("metoo") != NOSTR; in unpack()
622 verbose = value("verbose") != NOSTR; in unpack()
630 if (rflag != NOSTR) { in unpack()
653 *ap = NOSTR; in unpack()