Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dcrossref.c67 static long fcnoffset; /* function name database offset */ variable
99 fcnoffset = macrooffset = 0; in crossref()
197 fcnoffset = macrooffset = 0; in putfilename()
347 offset = fcnoffset; in putposting()
360 fcnoffset = dboffset; in putposting()
363 fcnoffset = 0; in putposting()
H A Dinvlib.h82 long fcnoffset; /* function name database offset */ member
H A Dfind.c1039 if (p->fcnoffset == 0) { in putpostingref()
1041 } else if (p->fcnoffset != lastfcnoffset) { in putpostingref()
1042 if (dbseek(p->fcnoffset) != -1) { in putpostingref()
1044 lastfcnoffset = p->fcnoffset; in putpostingref()
H A Dinvlib.c235 posting.fcnoffset = num; in invmake()
237 posting.fcnoffset = 0; in invmake()
242 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
609 posting->fcnoffset = BSWAP_32(posting->fcnoffset); in read_next_posting()