Symbol: POSTING
usr/src/tools/cscope-fast/find.c
1016
static POSTING *
usr/src/tools/cscope-fast/find.c
1033
putpostingref(POSTING *p)
usr/src/tools/cscope-fast/find.c
257
POSTING *p;
usr/src/tools/cscope-fast/find.c
397
POSTING *p;
usr/src/tools/cscope-fast/find.c
486
POSTING *p;
usr/src/tools/cscope-fast/find.c
562
POSTING *p;
usr/src/tools/cscope-fast/find.c
64
static POSTING *postingp; /* retrieved posting set pointer */
usr/src/tools/cscope-fast/find.c
68
static POSTING *getposting(void);
usr/src/tools/cscope-fast/find.c
702
POSTING *p;
usr/src/tools/cscope-fast/find.c
74
static void putpostingref(POSTING *p);
usr/src/tools/cscope-fast/find.c
94
POSTING *p;
usr/src/tools/cscope-fast/invlib.c
1000
if ((item2 = (POSTING *)realloc(item2,
usr/src/tools/cscope-fast/invlib.c
1001
u * sizeof (POSTING))) == NULL) {
usr/src/tools/cscope-fast/invlib.c
1003
invcannotalloc(u * sizeof (POSTING));
usr/src/tools/cscope-fast/invlib.c
106
unsigned postsize = POSTINC * sizeof (POSTING);
usr/src/tools/cscope-fast/invlib.c
111
POSTING posting;
usr/src/tools/cscope-fast/invlib.c
1156
enditem = (POSTING *)newsetp;
usr/src/tools/cscope-fast/invlib.c
1157
return ((POSTING *)item);
usr/src/tools/cscope-fast/invlib.c
1161
POSTING *
usr/src/tools/cscope-fast/invlib.c
1165
POSTING *ptr;
usr/src/tools/cscope-fast/invlib.c
1166
POSTING *oldstuff, *newstuff;
usr/src/tools/cscope-fast/invlib.c
1187
i = (enditem - item) * sizeof (POSTING) + 100;
usr/src/tools/cscope-fast/invlib.c
1188
if ((ptr = (POSTING *)malloc(i))r == NULL) {
usr/src/tools/cscope-fast/invlib.c
132
if ((POST = (POSTING *)malloc(postsize)) == NULL) {
usr/src/tools/cscope-fast/invlib.c
191
if (postptr + 10 > POST + postsize / sizeof (POSTING)) {
usr/src/tools/cscope-fast/invlib.c
193
postsize += POSTINC * sizeof (POSTING);
usr/src/tools/cscope-fast/invlib.c
496
if (fwrite((char *)POST, sizeof (POSTING), i, fpost) == 0) {
usr/src/tools/cscope-fast/invlib.c
500
nextpost += i * sizeof (POSTING);
usr/src/tools/cscope-fast/invlib.c
602
read_next_posting(INVCONTROL *invcntl, POSTING *posting)
usr/src/tools/cscope-fast/invlib.c
68
static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL;
usr/src/tools/cscope-fast/invlib.c
76
static POSTING *POST, *postptr;
usr/src/tools/cscope-fast/invlib.c
924
if ((item1 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) {
usr/src/tools/cscope-fast/invlib.c
931
if ((item2 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) {
usr/src/tools/cscope-fast/invlib.c
948
POSTING *
usr/src/tools/cscope-fast/invlib.c
955
POSTING *newitem;
usr/src/tools/cscope-fast/invlib.c
956
POSTING posting;
usr/src/tools/cscope-fast/invlib.c
958
POSTING *newsetp, *set1p;
usr/src/tools/cscope-fast/invlib.c
990
if ((item1 = (POSTING *) realloc(item1,
usr/src/tools/cscope-fast/invlib.c
991
u * sizeof (POSTING))) == NULL) {
usr/src/tools/cscope-fast/invlib.h
89
extern POSTING *boolfile(INVCONTROL *invcntl, long *num, int bool);