Home
last modified time | relevance | path

Searched refs:hfree (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.hist.c21 void hfree(struct Hist *);
56 hp->Hnext = np->Hnext, hfree(np); in savehist()
86 hfree(struct Hist *hp) in hfree() function
/titanic_41/usr/src/cmd/dc/
H A Ddc.c2133 if ((hdr = hfree) == 0) in salloc()
2135 hfree = (struct blk *)hdr->rd; in salloc()
2149 hfree = h = (struct blk *)dcmalloc(HEADSZ); in morehd()
2150 if (hfree == 0) { in morehd()
2152 if ((hfree = h = (struct blk *)dcmalloc(HEADSZ)) == 0) in morehd()
2156 while (h < hfree + (HEADSZ/BLK)) in morehd()
2159 return (hfree); in morehd()
2187 if ((hdr = hfree) == 0) in copy()
2189 hfree = (struct blk *)hdr->rd; in copy()
2378 p->rd = (char *)hfree; in release()
[all …]
H A Ddc.h88 struct blk *hfree; variable
/titanic_41/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h95 #define hfree(ptr) free(ptr) macro
/titanic_41/usr/src/uts/common/zmod/
H A Dzutil.c278 # define _hfree hfree
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c6012 #define _hfree hfree