Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpcfb.c413 set_g_function(gf_AND); in ega_copy_mono()
417 set_g_function(gf_OR); in ega_copy_mono()
434 set_g_function(gf_AND); in ega_copy_mono()
448 set_g_function(gf_OR); in ega_copy_mono()
470 set_g_function(gf_XOR); in ega_copy_mono()
479 set_g_function(gf_AND); in ega_copy_mono()
553 set_g_function(gf_OR); in ega_copy_mono()
560 set_g_function(gf_WRITE); in ega_copy_mono()
H A Dgdevpcfb.h131 #define set_g_function(func) outport2(graph_addr, g_function, func) macro