Home
last modified time | relevance | path

Searched refs:lastst (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/nfsstat/
H A Dnfsstat.c334 struct nfsstats nfsstats, lastst; in sidewaysintpr() local
341 bzero(&lastst, sizeof(lastst)); in sidewaysintpr()
355 lastst.rpccnt[NFSPROC_GETATTR], in sidewaysintpr()
357 lastst.rpccnt[NFSPROC_LOOKUP], in sidewaysintpr()
359 lastst.rpccnt[NFSPROC_READLINK], in sidewaysintpr()
361 lastst.rpccnt[NFSPROC_READ], in sidewaysintpr()
363 lastst.rpccnt[NFSPROC_WRITE], in sidewaysintpr()
365 lastst.rpccnt[NFSPROC_RENAME], in sidewaysintpr()
367 lastst.rpccnt[NFSPROC_ACCESS], in sidewaysintpr()
369 lastst.rpccnt[NFSPROC_READDIR]) + in sidewaysintpr()
[all …]
/openbsd-src/usr.bin/lex/
H A Dnfa.c111 * lastst[state1], but they're not maintained properly when we "or"
116 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
151 * states accessible by the arrays firstst and lastst
159 int last = lastst[mach]; in dupmachine()
183 lastst[init] = lastst[mach] + state_offset;
327 lastst[first] = MAX(lastst[first], lastst[last]);
609 lastst
[all...]
H A Dmain.c75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
1653 lastst = allocate_integer_array(current_mns);
H A Dparse.y378 if ( transchar[lastst[$2]] != SYM_EPSILON )
H A Dflexdef.h449 * lastst - last physical state of fragment
474 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;