Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dinvlib.c223 posting.lineoffset = num; in invmake()
242 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
608 posting->lineoffset = BSWAP_32(posting->lineoffset); in read_next_posting()
1028 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1031 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1069 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1072 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1095 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1099 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1126 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
[all …]
H A Dcrossref.c60 long lineoffset; /* source line database offset */ variable
213 lineoffset = dboffset; in putcrossref()
386 ltobase(lineoffset); in putposting()
H A Dinvlib.h81 long lineoffset; /* source line database offset */ member
H A Dfind.c100 if (p->type != INCLUDE && p->lineoffset != lastline) { in findsymbol()
102 lastline = p->lineoffset; in findsymbol()
406 if (dbseek(p->lineoffset) != -1 && in findcalledby()
1047 if (dbseek(p->lineoffset) != -1) { in putpostingref()
H A Dglobal.h121 extern long lineoffset; /* source line database offset */
H A Dmain.c1480 lineoffset = dboffset + 1; in copyinverted()