Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/cscope-fast/
H A Dcrossref.c209 int symput = 0; /* symbols output */ in putcrossref() local
222 else if (symput < symbols && i == symbol[symput].first) { in putcrossref()
235 if ((type = symbol[symput].type) != IDENT) { in putcrossref()
242 j = symbol[symput].last; in putcrossref()
252 ++symput; in putcrossref()
268 symput < symbols && i + 1 != symbol[symput].first) { in putcrossref()
325 if (symput < symbols && symbol[symput].type == DEFINEEND) { in putcrossref()