Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/fb/
H A Dfbbm_lcdm.c29 extern int nofunc();
209 (void (*)())nofunc, /* (*fb_rop_fillscan)() */
219 nofunc, /* (*fb_open)() */
220 nofunc, /* (*fb_close)() */
221 nofunc, /* (*fb_ioctl)() */
223 (void (*)())nofunc, /* (*fb_cursor_set)() */
224 (void (*)())nofunc, /* (*fb_cursor_on)() */
225 (void (*)())nofunc, /* (*fb_cursor_off)() */
226 (void (*)())nofunc, /* (*fb_cursor_move)() */
H A Dfbbm_253.c29 extern int nofunc();
208 (void (*)())nofunc,
218 nofunc,
219 nofunc,
222 (void (*)())nofunc,
223 (void (*)())nofunc,
224 (void (*)())nofunc,
225 (void (*)())nofunc,
H A Dfb_start.c310 nofunc() in nofunc() function
2211 if (fb->fbbm_op->fb_rop_fillscan != (void (*)())nofunc) {
3148 if (fb->fbbm_op->fb_rop_dot == (void (*)())nofunc)