Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dmodules.c569 else if ( optflags & MOPT_ONFULL && aliasp[aliasindex].flags & PRESET) in display_module_options()
571 else if ( optflags & MOPT_ONFULL ) in display_module_options()
2957 aliasp[aliasindex].optflags &= ~MOPT_ONFULL; in opt_onlevel()
2969 aliasp[aliasindex].optflags |= MOPT_ONFULL; in opt_onlevel()
H A Dprocess.h143 #define MOPT_ONFULL 0x00000002 macro