Home
last modified time | relevance | path

Searched refs:akbDestroy (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.bin/migcom/
HDroutine.h165 #define akbDestroy (0x00800000) /* call destructor function */ macro
HDroutine.c1608 arg->argKind = akAddFeature(arg->argKind, akbDestroy); in rtCheckDestroy()
1613 arg->argKind = akAddFeature(arg->argKind, akbDestroy); in rtCheckDestroy()
HDserver.c2774 WriteReverseList(file, rt->rtArgs, WriteDestroyArg, akbDestroy, "", ""); in WriteRoutine()