Searched refs:fcnoffset (Results 1 – 4 of 4) sorted by relevance
67 static long fcnoffset; /* function name database offset */ variable99 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()
82 long fcnoffset; /* function name database offset */ member
1039 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()
235 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()