Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dc/
H A Ddc.c500 if (readptr == &readstk[0]) { in commnds()
509 if (readptr <= &readstk[1]) in commnds()
722 if ((readptr != &readstk[0]) && (*readptr != 0)) { in commnds()
726 if (readptr++ == &readstk[RDSKSZ]) { in commnds()
742 if (++readptr == &readstk[RDSKSZ]) { in commnds()
1205 readptr = &readstk[0]; in init()
1221 while (readptr != &readstk[0]) { in onintr()
1437 if ((readptr != &readstk[0]) && (*readptr != 0)) { in readc()
1465 if ((readptr != &readstk[0]) && (*readptr != 0)) { in unreadc()
H A Ddc.h108 struct blk *readstk[RDSKSZ]; variable