Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/rcs/src/
Drcssyn.c267 newaccess = ftalloc(struct access); in getadmin()
283 newassoc = ftalloc(struct assoc); in getadmin()
301 newlock = ftalloc(struct rcslock); in getadmin()
420 NewBranch = ftalloc(struct branchhead); in getdelta()
Drlog.c1157 pt = ftalloc(struct Revpairs); in getnumericrev()
1168 pt = ftalloc(struct Revpairs); in getnumericrev()
Drcsedit.c1454 next = ftalloc(struct rcslock);
1490 next = ftalloc(struct assoc);
Drcsbase.h651 #define ftalloc(T) ftnalloc(T,1) macro
Drcsrev.c388 p = ftalloc(struct hshentries);
Drcslex.c252 *p = n = ftalloc(struct hshentry);
Drcs.c1002 *p = t = ftalloc(struct access); in doaccess()