Home
last modified time | relevance | path

Searched refs:skipcount (Results 1 – 2 of 2) sorted by path

/original-bsd/bin/sh/
H A Deval.c58 STATIC int skipcount; /* number of levels to skip */ variable
269 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
273 if (evalskip == SKIPBREAK && --skipcount <= 0)
320 if (evalskip == SKIPCONT && --skipcount <= 0) {
324 if (evalskip == SKIPBREAK && --skipcount <= 0)
754 skipcount = 0;
913 skipcount = n;
935 skipcount = 1;
/original-bsd/contrib/xns/examples/gap/
H A Dgap2d.c75 Server(skipcount,skippedwords) in Server() argument
76 int skipcount; in Server()
86 BUGOUT("Server: %d %d",skipcount,skippedwords);
89 _buf = ReceiveCallMessage(&_procedure, skipcount, skippedwords);
136 skipcount = LookAheadCallMsg(&programnum, &versionnum,
138 if (skipcount < 0) return(0); /* timed out */
141 skipcount, skippedwords);