Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c525 # define PTR_TO_VOID_FUNC_PTR void (**)() macro
537 …if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Realloc (md->on_discon, size * sizeof(VOID_FUNC_PTR)))… in mon_discon()
544 if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Malloc (size * sizeof(VOID_FUNC_PTR))) == NULL) in mon_discon()