Lines Matching refs:NOSTR
151 if ((file = snarf(str, &f, 0)) == NOSTR) in save1()
165 if ((file = expand(file)) == NOSTR) in save1()
226 if ((file = snarf(str, &f, 0)) == NOSTR) in put1()
240 if ((file = expand(file)) == NOSTR) in put1()
369 if ((file = snarf(str, &f, 1)) == NOSTR) in swrite()
373 if ((file = expand(file)) == NOSTR) in swrite()
432 return (NOSTR); in snarf()
438 tok_beg = tok_end = NOSTR; in snarf()
457 for (tok_beg = p, tok_end = NOSTR, p++; in snarf()
468 return (NOSTR); in snarf()
478 tok_end = NOSTR; in snarf()
484 return (NOSTR); in snarf()
490 return (NOSTR); in snarf()
499 if (tok_beg != NOSTR && tok_end != NOSTR) { in snarf()
513 return (NOSTR); in snarf()