Searched refs:POSTING (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 70 static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL; 78 static POSTING *POST, *postptr; 108 unsigned postsize = POSTINC * sizeof (POSTING); in invmake() 113 POSTING posting; in invmake() 134 if ((POST = (POSTING *)malloc(postsize)) == NULL) { in invmake() 193 if (postptr + 10 > POST + postsize / sizeof (POSTING)) { in invmake() 195 postsize += POSTINC * sizeof (POSTING); in invmake() 498 if (fwrite((char *)POST, sizeof (POSTING), i, fpost) == 0) { in invnewterm() 502 nextpost += i * sizeof (POSTING); in invnewterm() 604 read_next_posting(INVCONTROL *invcntl, POSTING *posting) in read_next_posting() [all …]
|
H A D | find.c | 66 static POSTING *postingp; /* retrieved posting set pointer */ 70 static POSTING *getposting(void); 76 static void putpostingref(POSTING *p); 96 POSTING *p; in findsymbol() 259 POSTING *p; in finddef() 399 POSTING *p; in findcalledby() 488 POSTING *p; in findcalling() 564 POSTING *p; in findassignments() 704 POSTING *p; in findinclude() 1018 static POSTING * [all …]
|
H A D | invlib.h | 85 } POSTING; typedef 91 extern POSTING *boolfile(INVCONTROL *invcntl, long *num, int bool);
|