Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c325 int symind; in checkline() local
370 symind = 0; in checkline()
372 if (insym[symind] == 0) { in checkline()
373 for (symp = sym[symind], cp = scp; in checkline()
379 *cursym = symind; in checkline()
380 retval = (retval ^ true[symind]) ? in checkline()
385 if (++symind >= nsyms) { in checkline()