Searched defs:blokp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c46 struct blk *blokp; /* current search pointer */ variable in typeref:struct:blk
79 struct blk *p = blokp;
88 blokp = (struct blk *)
90 if (q > blokp)
91 blokp->word = p->word;
93 (Rcheat(blokp) | BUSY);
136 blokp = bloktop;

Completed in 43 milliseconds