Searched refs:ntrans (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h84 int treesize = TREESIZE, ntrans = NTRANS; variable
H A Dmain.c293 nexts = (int *)myalloc(ntrans, sizeof (*nexts));
295 nchar = (CHR *)myalloc(ntrans, sizeof (*nchar));
H A Dldefs.h239 extern int ntrans, treesize, outsize;
H A Dheader.c380 " %d/%d packed transitions(%%a), ", nptr, ntrans);
H A Dparser.y414 ntrans = siconv(p);
415 if(ntrans<=0)error("illegal translation number");
417 if (debug)(void) printf("N. trans (%%a) now %d\n",ntrans);
H A Dsub2.c708 if (nptr > ntrans)
711 (ntrans == NTRANS ? "\nTry using %a num" : ""));
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c1062 uint64_t ntrans; local
1083 ntrans = MIN(res_info[donor].ri_transfer,
1089 ntrans) != PO_SUCCESS) {
1093 res_info[donor].ri_transfer -= ntrans;
1094 res_info[receiver].ri_transfer += ntrans;

Completed in 76 milliseconds