Lines Matching refs:posting
113 POSTING posting; in invmake() local
223 posting.lineoffset = num; in invmake()
227 posting.fileindex = --fileindex; in invmake()
228 posting.type = *++s; in invmake()
235 posting.fcnoffset = num; in invmake()
237 posting.fcnoffset = 0; in invmake()
239 *postptr++ = posting; in invmake()
241 (void) printf("%ld %ld %ld %ld\n", posting.fileindex, in invmake()
242 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
604 read_next_posting(INVCONTROL *invcntl, POSTING *posting) in read_next_posting() argument
606 (void) fread((char *)posting, sizeof (*posting), 1, invcntl->postfile); in read_next_posting()
608 posting->lineoffset = BSWAP_32(posting->lineoffset); in read_next_posting()
609 posting->fcnoffset = BSWAP_32(posting->fcnoffset); in read_next_posting()
613 posting->fileindex = BSWAP_32(posting->fileindex << 8); in read_next_posting()
958 POSTING posting; in boolfile() local
1019 read_next_posting(invcntl, &posting); in boolfile()
1028 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1031 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1032 *newsetp++ = posting; in boolfile()
1033 read_next_posting(invcntl, &posting); in boolfile()
1035 } else if (set1p->type < posting.type) { in boolfile()
1038 } else if (set1p->type > posting.type) { in boolfile()
1039 *newsetp++ = posting; in boolfile()
1040 read_next_posting(invcntl, &posting); in boolfile()
1045 read_next_posting(invcntl, &posting); in boolfile()
1057 *newsetp++ = posting; in boolfile()
1059 read_next_posting(invcntl, &posting); in boolfile()
1069 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1072 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1073 read_next_posting(invcntl, &posting); in boolfile()
1075 } else if (set1p->type < posting.type) { in boolfile()
1078 } else if (set1p->type > posting.type) { in boolfile()
1079 read_next_posting(invcntl, &posting); in boolfile()
1085 read_next_posting(invcntl, &posting); in boolfile()
1095 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1099 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1100 read_next_posting(invcntl, &posting); in boolfile()
1102 } else if (set1p->type < posting.type) { in boolfile()
1106 } else if (set1p->type > posting.type) { in boolfile()
1107 read_next_posting(invcntl, &posting); in boolfile()
1112 read_next_posting(invcntl, &posting); in boolfile()
1126 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1129 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1130 *newsetp++ = posting; in boolfile()
1131 read_next_posting(invcntl, &posting); in boolfile()
1133 } else if (set1p->type < posting.type) { in boolfile()
1136 } else if (set1p->type > posting.type) { in boolfile()
1137 *newsetp++ = posting; in boolfile()
1138 read_next_posting(invcntl, &posting); in boolfile()
1143 read_next_posting(invcntl, &posting); in boolfile()
1148 *newsetp++ = posting; in boolfile()
1150 read_next_posting(invcntl, &posting); in boolfile()