Searched refs:nstream (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libcmd/
H A Dpaste.c85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
93 for(n=more-1,more=0; n < nstream;)
121 if(sfwrite(out,cp,sfvalue(fp)-((n+1)<nstream)) < 0)
127 if(++n<nstream && more && d>=0)
138 else if(n==nstream && !streams[n-1] && more)
/ast/src/cmd/builtin/
H A Dpr.c482 int nstream,r=0, skip=pp->pageskip; local
490 nstream = 0;
508 pp->streams[nstream] = 0;
525 if(++nstream>=pp->columns)
526 nstream = 0;
527 fp = pp->streams[nstream];

Completed in 8 milliseconds