Searched refs:POSTING (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 68 static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL; 76 static POSTING *POST, *postptr; 106 unsigned postsize = POSTINC * sizeof (POSTING); in invmake() 111 POSTING posting; in invmake() 132 if ((POST = (POSTING *)malloc(postsize)) == NULL) { in invmake() 191 if (postptr + 10 > POST + postsize / sizeof (POSTING)) { in invmake() 193 postsize += POSTINC * sizeof (POSTING); in invmake() 496 if (fwrite((char *)POST, sizeof (POSTING), i, fpost) == 0) { in invnewterm() 500 nextpost += i * sizeof (POSTING); in invnewterm() 602 read_next_posting(INVCONTROL *invcntl, POSTING *posting) in read_next_posting() [all …]
|
H A D | find.c | 64 static POSTING *postingp; /* retrieved posting set pointer */ 68 static POSTING *getposting(void); 74 static void putpostingref(POSTING *p); 94 POSTING *p; in findsymbol() 257 POSTING *p; in finddef() 397 POSTING *p; in findcalledby() 486 POSTING *p; in findcalling() 562 POSTING *p; in findassignments() 702 POSTING *p; in findinclude() 1016 static POSTING * [all …]
|
H A D | invlib.h | 83 } POSTING; typedef 89 extern POSTING *boolfile(INVCONTROL *invcntl, long *num, int bool);
|