Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/
H A Ddata.h321 # define MOD_CALLOUT 0x10 /* callout changed */ macro
H A Ddata.c236 data->plane->flags |= MOD_CALLOUT; in d_alloc_call_out()
306 data->plane->flags |= MOD_CALLOUT; in d_free_call_out()
893 p->prev->flags |= p->flags & (MOD_CALLOUT | MOD_NEWCALLOUT); in d_discard_plane()
1396 data->plane->flags |= MOD_CALLOUT; in d_get_call_out()
H A Dsdata.c2150 if (data->base.flags & MOD_CALLOUT) { in d_save_dataspace()