Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oawk/
H A Db.c435 int j, n, s, ind, numtrans; in cgotofn() local
587 numtrans = 0; in cgotofn()
766 numtrans++; in cgotofn()
778 numtrans++; in cgotofn()
783 if ((pfa = (struct fa *)malloc((numtrans + 1) in cgotofn()
790 pfa->cc.h = numtrans; in cgotofn()
792 for (i = 1, pfa += 1; i <= numtrans; i++, pfa++) { in cgotofn()