Home
last modified time | relevance | path

Searched refs:stnum (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c265 if (stnum % 2 == 1) in first()
271 i = stnum/2 +1; in first()
328 while (stnum < 2 || stnum/2 < sptr) { in cgoto()
334 add(state, stnum); in cgoto()
337 if (stnum > 1) in cgoto()
339 pstate(stnum); in cgoto()
342 stnum++; in cgoto()
344 stnum--; in cgoto()
419 stnum++; in cgoto()
427 pstate(stnum); in cgoto()
[all …]
H A Dmain.c203 (void) printf("Print %d states:\n", stnum + 1);
204 for (i = 0; i <= stnum; i++)
344 stoff = (int *)myalloc(stnum+2, sizeof (*stoff));
H A Donce.h141 int stnum; variable
H A Dldefs.h226 extern int stnum;
H A Dheader.c370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c119 uint16_t stnum; /* number of structure table entries */ member
874 smbios_ep->stnum = num; in smbios_ep_finalizer()