Lines Matching refs:in
28 "separated words into lines \awidth\a characters or less in length and "
31 "preserved in the output. Indentation is preserved, and lines with "
34 "also be useful for other simple tasks. For example, in \bvi\b(1) the "
35 "command \b:!}fmt\b will justify the lines in the current paragraph.]"
60 Sfio_t* in;
245 while (cp || (cp = sfgetr(fp->in, '\n', 0)) && !(splice = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, '\n', SF_LASTR)) && (splice = 1) && (lp = cp + sfvalue(fp->in)))
620 fmt.in = sfstdin;
621 else if (!(fmt.in = sfopen(NiL, cp, "r")))
628 if (fmt.in != sfstdin)
629 sfclose(fmt.in);