Home
last modified time | relevance | path

Searched refs:ftalloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcssyn.c272 newaccess = ftalloc(struct access); in getadmin()
288 newassoc = ftalloc(struct assoc); in getadmin()
306 newlock = ftalloc(struct rcslock); in getadmin()
425 NewBranch = ftalloc(struct branchhead); in getdelta()
H A Drlog.c1157 pt = ftalloc(struct Revpairs); in getnumericrev()
1168 pt = ftalloc(struct Revpairs); in getnumericrev()
H A Drcsedit.c1751 next = ftalloc(struct rcslock);
1787 next = ftalloc(struct assoc);
H A Drcsrev.c385 p = ftalloc(struct hshentries);
H A Drcsbase.h708 #define ftalloc(T) ftnalloc(T,1) macro
H A Drcslex.c252 *p = n = ftalloc(struct hshentry);
H A Drcs.c998 *p = t = ftalloc(struct access); in doaccess()