Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c65 static long fcnoffset; /* function name database offset */ variable
97 fcnoffset = macrooffset = 0; in crossref()
195 fcnoffset = macrooffset = 0; in putfilename()
345 offset = fcnoffset; in putposting()
358 fcnoffset = dboffset; in putposting()
361 fcnoffset = 0; in putposting()
H A Dinvlib.h80 long fcnoffset; /* function name database offset */ member
H A Dfind.c1037 if (p->fcnoffset == 0) { in putpostingref()
1039 } else if (p->fcnoffset != lastfcnoffset) { in putpostingref()
1040 if (dbseek(p->fcnoffset) != -1) { in putpostingref()
1042 lastfcnoffset = p->fcnoffset; in putpostingref()
H A Dinvlib.c233 posting.fcnoffset = num; in invmake()
235 posting.fcnoffset = 0; in invmake()
240 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
607 posting->fcnoffset = BSWAP_32(posting->fcnoffset); in read_next_posting()