Home
last modified time | relevance | path

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

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dgentoo.h263 CGF_KILLPREV = (1<<1), /* Kill previous instance of program (only background)? */ enumerator
H A Dcfg_cmdseq.c326 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pxeg->killprev), (flags & CGF_KILLPREV) != 0); in set_cx_g_flags()
815 g_object_set_data(G_OBJECT(pxg->killprev), "user", GINT_TO_POINTER(CGF_KILLPREV)); in build_pxe_general()
H A Dcmdseq.c428 if(ext->gflags & CGF_KILLPREV) in fork_and_execute()