Home
last modified time | relevance | path

Searched refs:SEGMENT (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/pcc/ccom.vax/VMS/
H A Djeql.mar173 .MACRO .DATA SEGMENT=0
174 .PSECT C$_DATA'SEGMENT',-
179 .MACRO .TEXT SEGMENT=0
180 .PSECT C$_TEXT'SEGMENT',-
/original-bsd/lib/libc/db/hash/
H A Dhash.c41 static void *hash_realloc __P((SEGMENT **, int, int));
803 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
809 (SEGMENT)calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL)
840 SEGMENT **p_ptr; in hash_realloc()
880 register SEGMENT store;
885 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
893 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
H A Dhash.h36 typedef BUFHEAD **SEGMENT; typedef
83 SEGMENT *dir; /* Hash Bucket directory */
H A Dhash_buf.c86 SEGMENT segp;
140 SEGMENT segp;