Home
last modified time | relevance | path

Searched refs:C_ROOT (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_let.cpp58 VarDecl* b_b = (nctx.b == C_ROOT && b == constants().varTrue) ? b : nullptr; in flatten_let()
59 VarDecl* r_r = (nctx.b == C_ROOT && b == constants().varTrue) ? b : nullptr; in flatten_let()
88 if (ctx.b == C_ROOT || le->ann().contains(constants().ann.promise_total)) { in flatten_let()
97 if (r == constants().varTrue && ctx.b == C_ROOT && !ctx.neg) { in flatten_let()
H A Dflatten_par.cpp20 nctx.b = ctx.b == C_ROOT ? C_ROOT : C_MIX; in flatten_par()
H A Dflatten_binop.cpp473 if (bot == BOT_EQ && ctx.b == C_ROOT) { in flatten_linexp_binop()
612 if (ctx.b == C_ROOT && alv[0]()->isa<Id>() && bot == BOT_EQ) { in flatten_linexp_binop()
711 if (ctx.b == C_ROOT && r == constants().varTrue && in flatten_linexp_binop()
918 nctx.b = negArgs ? C_NEG : C_ROOT; in flatten_binop()
1110 if (ctx.b == C_ROOT && r == constants().varTrue && boe0->type().isPar()) { in flatten_binop()
1119 nctx.b = negArgs ? C_NEG : C_ROOT; in flatten_binop()
1124 nctx.b = negArgs ? C_NEG : C_ROOT; in flatten_binop()
1139 nctx.b = negArgs ? C_NEG : C_ROOT; in flatten_binop()
1146 nctx.b = !negArgs ? C_NEG : C_ROOT; in flatten_binop()
1394 if (ctx.b == C_ROOT && r == constants().varTrue) { in flatten_binop()
[all …]
H A Dflatten_call.cpp397 } else if ((decl->e() != nullptr) && ctx.b == C_ROOT && decl->e()->isa<BoolLit>() && in flatten_call()
413 if (ctx.b == C_ROOT && decl->e() == nullptr && cid == constants().ids.forall && in flatten_call()
423 nctx.b = C_ROOT; in flatten_call()
824 if (C_ROOT == ctx.b && cid == constants().ids.exists) { in flatten_call()
1004 if (ctx.b == C_ROOT) { in flatten_call()
1044 if (ctx.b == C_ROOT) { in flatten_call()
1063 (ctx.b != C_ROOT || r != constants().varTrue)) { in flatten_call()
1083 ctx.b = C_ROOT; in flatten_call()
1178 if (ctx.b == C_ROOT && r == constants().varTrue) { in flatten_call()
1241 if (ctx.b == C_ROOT) { in flatten_call()
H A Dflatten_vardecl.cpp20 if (ctx.b != C_ROOT) { in flatten_vardecl()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A Dwcontext.h22 C_ROOT = 0x08, enumerator
54 C_ALL = (C_WINDOW|C_TITLE|C_ICON|C_ROOT|C_FRAME|C_SIDEBAR|\
H A Dwcontext.c44 {'r', C_ROOT},
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A Dwcontext.h21 C_ROOT = 0x08, enumerator
53 C_ALL = (C_WINDOW|C_TITLE|C_ICON|C_ROOT|C_FRAME|C_SIDEBAR|\
H A Dwcontext.c44 {'r', C_ROOT},
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dafterstep.h100 #define C_ROOT 8 macro
115 #define C_ALL (C_WINDOW|C_TITLE|C_ICON|C_ROOT|C_FRAME|C_SIDEBAR|\
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dctwm.h72 #define C_ROOT 3 macro
84 #define C_ROOT_BIT (1 << C_ROOT)
H A Dfunctions_win.c79 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) { in raise_handler()
137 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) { in DFHANDLER()
149 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) { in DFHANDLER()
/dports/x11-wm/piewm/piewm-1.04/
H A Dgram.y148 Scr->Mouse[$1][C_ROOT][0].func = F_MENU;
149 Scr->Mouse[$1][C_ROOT][0].menu = root;
151 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
155 Scr->Mouse[$1][C_ROOT][0].menu = pull;
160 Scr->Mouse[$1][C_ROOT][0].item =
H A Dtwm.h79 #define C_ROOT 3 macro
88 #define C_ROOT_BIT (1 << C_ROOT)
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dgram.y181 Scr->Mouse[$1][C_ROOT][0].func = F_MENU;
182 Scr->Mouse[$1][C_ROOT][0].menu = root;
184 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
188 Scr->Mouse[$1][C_ROOT][0].menu = pull;
193 Scr->Mouse[$1][C_ROOT][0].item =
H A Dtwm.h105 #define C_ROOT 3 macro
115 #define C_ROOT_BIT (1 << C_ROOT)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dfunctions.c151 if (wcontext != C_ROOT && wcontext != C_NO_CONTEXT && fw != NULL && in DeferExecution()
244 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
253 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
275 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
285 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
292 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
1325 ecc.w.wcontext = C_ROOT; in execute_function_override_window()
H A Dbindings.c118 C_WINDOW | C_DECOR | C_ROOT | C_ICON | C_EWMH_DESKTOP, in activate_binding()
126 (binding->Context & C_ROOT)) in activate_binding()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dfunctions.c151 if (wcontext != C_ROOT && wcontext != C_NO_CONTEXT && fw != NULL && in DeferExecution()
244 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
253 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
275 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
285 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
292 ret_ecc->w.wcontext = C_ROOT; in DeferExecution()
1339 ecc.w.wcontext = C_ROOT; in execute_function_override_window()
H A Dbindings.c121 C_WINDOW | C_DECOR | C_ROOT | C_ICON | C_EWMH_DESKTOP, in activate_binding()
129 (binding->Context & C_ROOT)) in activate_binding()
/dports/x11-wm/tvtwm/tvtwm/
H A Dtwm.h89 #define C_ROOT 3 macro
99 #define C_ROOT_BIT (1 << C_ROOT)
H A Dgram.y196 Scr->Mouse[$1][C_ROOT][0].func = F_MENU;
197 Scr->Mouse[$1][C_ROOT][0].menu = root;
199 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
203 Scr->Mouse[$1][C_ROOT][0].menu = pull;
208 Scr->Mouse[$1][C_ROOT][0].item =
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dafterstep.h227 #define C_ROOT (0x01<<12) macro
240 #define C_ALL (C_WINDOW|C_TITLE|C_ICON|C_ROOT|C_FRAME|C_SIDEBAR|C_TButtonAll)
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dtwm.h99 #define C_ROOT 3 macro
112 #define C_ROOT_BIT (1 << C_ROOT)
H A Dgram.y230 Scr->Mouse[MOUSELOC($1,C_ROOT,0)].func = F_MENU;
231 Scr->Mouse[MOUSELOC($1,C_ROOT,0)].menu = root;
235 Scr->Mouse[MOUSELOC($1,C_ROOT,0)].func = $2;
239 Scr->Mouse[MOUSELOC($1,C_ROOT,0)].menu = pull;
244 Scr->Mouse[MOUSELOC($1,C_ROOT,0)].item =

123