Searched defs:nterm (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c42 int nf = 0, best = 0, nterm = 0, i, g, j; local
123 for (nterm = 1; nterm < nitem; nterm++) {
125 fprintf(stderr, "item %d, hash %d\n", nterm, hh[nterm]);
136 lp = hpt[hh[nterm]];
140 nterm, hh[nterm], lp);
167 "%ld prevcoord %d colevel %d nterm "
[all...]
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c612 check_nth_terminal(char *nterm, int n) argument
624 nterm);
626 (void) setupterm(nterm, devnull, (int *) 0);
629 pr_heading(nterm, ttytype);
637 firstterm, term1info, nterm, term2info);
640 firstterm, term1info, nterm);
643 firstterm, nterm, term2info);
646 firstterm, nterm);
666 ** ibool[i].secondval, nterm, boolval);
673 ibool[i].secondname = nterm;
[all...]

Completed in 90 milliseconds