Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.c503 readptr--; in commnds()
511 readptr--; in commnds()
514 readptr--; in commnds()
720 if ((readptr != &readstk[0]) && (*readptr != 0)) { in commnds()
721 if ((*readptr)->rd == (*readptr)->wt) in commnds()
1222 readptr--; in onintr()
1435 if ((readptr != &readstk[0]) && (*readptr != 0)) { in readc()
1439 readptr--; in readc()
1445 if (readptr != &readptr[0]) { in readc()
1446 readptr--; in readc()
[all …]
H A Ddc.h107 struct blk **readptr; variable