Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c221 posting.lineoffset = num; in invmake()
240 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
606 posting->lineoffset = BSWAP_32(posting->lineoffset); in read_next_posting()
1026 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1029 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1067 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1070 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1093 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1097 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1124 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
[all …]
H A Dcrossref.c58 long lineoffset; /* source line database offset */ variable
211 lineoffset = dboffset; in putcrossref()
384 ltobase(lineoffset); in putposting()
H A Dinvlib.h79 long lineoffset; /* source line database offset */ member
H A Dfind.c98 if (p->type != INCLUDE && p->lineoffset != lastline) { in findsymbol()
100 lastline = p->lineoffset; in findsymbol()
404 if (dbseek(p->lineoffset) != -1 && in findcalledby()
1045 if (dbseek(p->lineoffset) != -1) { in putpostingref()
H A Dglobal.h121 extern long lineoffset; /* source line database offset */
H A Dmain.c1478 lineoffset = dboffset + 1; in copyinverted()