Home
last modified time | relevance | path

Searched refs:pstream (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c213 Sfio_t *special=0, **pstream; in waitnotify() local
220 pstream = poll_list; in waitnotify()
222 process_stream(pstream[ready++]); in waitnotify()
224 *pstream++ = special; in waitnotify()
228 *pstream++ = sh_fd2sfio(file_list[i]); in waitnotify()
231 for(i=0; i < pstream-poll_list; i++) in waitnotify()
237 sfprintf(sfstderr,"before poll npoll=%d",pstream-poll_list); in waitnotify()
238 for(i=0; i < pstream-poll_list; i++) in waitnotify()
242 nready = sfpoll(poll_list,pstream-poll_list,timeout); in waitnotify()
250 for(i=0; i < pstream-poll_list; i++) in waitnotify()