Home
last modified time | relevance | path

Searched refs:PAlloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/bmake/lst.lib/
DlstInit.c76 PAlloc (nList, List); in Lst_Init()
DlstInt.h85 #define PAlloc(var,ptype) var = (ptype) bmake_malloc(sizeof *(var)) macro
DlstAppend.c95 PAlloc (nLNode, ListNode); in Lst_InsertAfter()
DlstInsert.c94 PAlloc (nLNode, ListNode); in Lst_InsertBefore()
DlstConcat.c147 PAlloc (nln, ListNode); in Lst_Concat()