Lines Matching refs:posting

111 	POSTING	posting;  in invmake()  local
221 posting.lineoffset = num; in invmake()
225 posting.fileindex = --fileindex; in invmake()
226 posting.type = *++s; in invmake()
233 posting.fcnoffset = num; in invmake()
235 posting.fcnoffset = 0; in invmake()
237 *postptr++ = posting; in invmake()
239 (void) printf("%ld %ld %ld %ld\n", posting.fileindex, in invmake()
240 posting.fcnoffset, posting.lineoffset, posting.type); in invmake()
602 read_next_posting(INVCONTROL *invcntl, POSTING *posting) in read_next_posting() argument
604 (void) fread((char *)posting, sizeof (*posting), 1, invcntl->postfile); in read_next_posting()
606 posting->lineoffset = BSWAP_32(posting->lineoffset); in read_next_posting()
607 posting->fcnoffset = BSWAP_32(posting->fcnoffset); in read_next_posting()
611 posting->fileindex = BSWAP_32(posting->fileindex << 8); in read_next_posting()
956 POSTING posting; in boolfile() local
1017 read_next_posting(invcntl, &posting); in boolfile()
1026 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1029 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1030 *newsetp++ = posting; in boolfile()
1031 read_next_posting(invcntl, &posting); in boolfile()
1033 } else if (set1p->type < posting.type) { in boolfile()
1036 } else if (set1p->type > posting.type) { in boolfile()
1037 *newsetp++ = posting; in boolfile()
1038 read_next_posting(invcntl, &posting); in boolfile()
1043 read_next_posting(invcntl, &posting); in boolfile()
1055 *newsetp++ = posting; in boolfile()
1057 read_next_posting(invcntl, &posting); in boolfile()
1067 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1070 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1071 read_next_posting(invcntl, &posting); in boolfile()
1073 } else if (set1p->type < posting.type) { in boolfile()
1076 } else if (set1p->type > posting.type) { in boolfile()
1077 read_next_posting(invcntl, &posting); in boolfile()
1083 read_next_posting(invcntl, &posting); in boolfile()
1093 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1097 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1098 read_next_posting(invcntl, &posting); in boolfile()
1100 } else if (set1p->type < posting.type) { in boolfile()
1104 } else if (set1p->type > posting.type) { in boolfile()
1105 read_next_posting(invcntl, &posting); in boolfile()
1110 read_next_posting(invcntl, &posting); in boolfile()
1124 if (set1p->lineoffset < posting.lineoffset) { in boolfile()
1127 } else if (set1p->lineoffset > posting.lineoffset) { in boolfile()
1128 *newsetp++ = posting; in boolfile()
1129 read_next_posting(invcntl, &posting); in boolfile()
1131 } else if (set1p->type < posting.type) { in boolfile()
1134 } else if (set1p->type > posting.type) { in boolfile()
1135 *newsetp++ = posting; in boolfile()
1136 read_next_posting(invcntl, &posting); in boolfile()
1141 read_next_posting(invcntl, &posting); in boolfile()
1146 *newsetp++ = posting; in boolfile()
1148 read_next_posting(invcntl, &posting); in boolfile()