Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c61 static long lastfcnoffset; /* last function name offset */ variable
857 lastfcnoffset = 0; /* clear the last function name found */ in findterm()
1039 } else if (p->fcnoffset != lastfcnoffset) { in putpostingref()
1042 lastfcnoffset = p->fcnoffset; in putpostingref()