Searched refs:nofunc (Results 1 – 3 of 3) sorted by relevance
/original-bsd/sys/news3400/fb/ |
H A D | fbbm_lcdm.c | 29 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 D | fbbm_253.c | 29 extern int nofunc(); 208 (void (*)())nofunc, 218 nofunc, 219 nofunc, 222 (void (*)())nofunc, 223 (void (*)())nofunc, 224 (void (*)())nofunc, 225 (void (*)())nofunc,
|
H A D | fb_start.c | 310 nofunc() in nofunc() function 2211 if (fb->fbbm_op->fb_rop_fillscan != (void (*)())nofunc) { 3148 if (fb->fbbm_op->fb_rop_dot == (void (*)())nofunc)
|