Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c323 int symind; in checkline() local
368 symind = 0; in checkline()
370 if (insym[symind] == 0) { in checkline()
371 for (symp = sym[symind], cp = scp; in checkline()
377 *cursym = symind; in checkline()
378 retval = (retval ^ true[symind]) ? in checkline()
383 if (++symind >= nsyms) { in checkline()