Searched refs:display_datap (Results 1 – 1 of 1) sorted by relevance
211 text_open (void ** display_datap) in text_open() argument216 assert( display_datap != NULL ); in text_open()223 *display_datap = data; in text_open()229 void **display_datap, in text_update() argument238 assert( display_datap != NULL ); in text_update()239 assert( *display_datap != NULL ); in text_update()240 data = (text_display_state_t*) *display_datap; in text_update()327 text_close (void ** display_datap) in text_close() argument331 if (display_datap) { in text_close()332 if (*display_datap) { in text_close()[all …]