HomeSort by: relevance | last modified time | path
    Searched defs:stash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
itecons.c 158 * i store the key into the stash removing on read op later;
163 static int stash = 0; local in function:ite_getc
169 if (stash) {
170 c = stash;
172 stash = 0;
207 stash = c;
itecons.c 158 * i store the key into the stash removing on read op later;
163 static int stash = 0; local in function:ite_getc
169 if (stash) {
170 c = stash;
172 stash = 0;
207 stash = c;

Completed in 21 milliseconds