Home
last modified time | relevance | path

Searched refs:out_x11_applier (Results 1 – 2 of 2) sorted by last modified time

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dsam2p_main.cpp123 extern Rule::Applier out_x11_applier;
146 Rule::register0(&out_x11_applier); in init_applier()
H A Dappliers.cpp958 Rule::Applier out_x11_applier = { "X11", 0/*out_x11_check_rule*/, 0/*out_x11_work*/, 0 }; variable