Home
last modified time | relevance | path

Searched refs:elsepart (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dfor.c74 char *ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
76 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
82 if (elsepart) in ifstat()
83 free(elsepart); in ifstat()
87 if (elsepart) { in ifstat()
89 pushsrc(Free, elsepart); in ifstat()
90 pushsrc(String, elsepart); in ifstat()
93 return elsepart; in ifstat()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/grap/
H A Dfor.c68 char *ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
70 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
76 if (elsepart) in ifstat()
77 free(elsepart); in ifstat()
81 if (elsepart) { in ifstat()
83 pushsrc(Free, elsepart); in ifstat()
84 pushsrc(String, elsepart); in ifstat()
87 return elsepart; in ifstat()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dfor.c73 ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
75 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
81 if (elsepart) in ifstat()
82 free(elsepart); in ifstat()
86 if (elsepart) { in ifstat()
88 pushsrc(Free, elsepart); in ifstat()
89 pushsrc(String, elsepart); in ifstat()
92 return elsepart; in ifstat()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dfor.c74 char *ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
76 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
82 if (elsepart) in ifstat()
83 free(elsepart); in ifstat()
87 if (elsepart) { in ifstat()
89 pushsrc(Free, elsepart); in ifstat()
90 pushsrc(String, elsepart); in ifstat()
93 return elsepart; in ifstat()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/grap/
H A Dfor.c80 char *ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
82 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
88 if (elsepart) in ifstat()
89 free(elsepart); in ifstat()
93 if (elsepart) { in ifstat()
95 pushsrc(Free, elsepart); in ifstat()
96 pushsrc(String, elsepart); in ifstat()
99 return elsepart; in ifstat()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dfor.c86 char *ifstat(double expr, char *thenpart, char *elsepart) in ifstat() argument
88 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
94 if (elsepart) in ifstat()
95 free(elsepart); in ifstat()
99 if (elsepart) { in ifstat()
101 pushsrc(Free, elsepart); in ifstat()
102 pushsrc(String, elsepart); in ifstat()
105 return elsepart; in ifstat()
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dmini.y77 %type <instp> elsepart;
102 elsepart END IF { BB_BOUNDARY; vm_target2Cell(vmcodep, $<instp>7[-1]); }
111 elsepart: ELSE { gen_branch(&vmcodep, 0); $<instp>$ = vmcodep; vm_target2Cell(vmcodep, $<instp>0[-1…
/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dmini.y77 %type <instp> elsepart;
102 elsepart END IF { BB_BOUNDARY; $<instp>7[-1] = (Inst)vmcodep; }
111 elsepart: ELSE { gen_branch(&vmcodep, 0); $<instp>$ = vmcodep; $<instp>0[-1] = (Inst)vmcodep; }
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dllex.cpp62 LS->ifstate[0].elsepart = 1; // to avoid a free $else in luaX_setinput()
159 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
164 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
166 LS->ifstate[LS->iflevel].elsepart = 1; in inclinenumber()
H A Dllex.h19 int32 elsepart; // true if its in the $else part member
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dllex.cpp62 LS->ifstate[0].elsepart = 1; // to avoid a free $else in luaX_setinput()
159 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
164 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
166 LS->ifstate[LS->iflevel].elsepart = 1; in inclinenumber()
H A Dllex.h19 int32 elsepart; // true if its in the $else part member
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dllex.cpp91 LS->ifstate[0].elsepart = 1; /* to avoid a free $else */ in luaX_setinput()
197 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
202 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
204 LS->ifstate[LS->iflevel].elsepart = 1; in inclinenumber()
H A Dllex.h33 int32 elsepart; /* true if its in the $else part */ member
/dports/news/slrn/slrn-1.0.3/src/
H A Dmisc.c518 char ch, *cond_end = NULL, *elsepart = NULL; in slrn_custom_printf() local
530 if (fmt == elsepart) in slrn_custom_printf()
533 elsepart = cond_end = NULL; in slrn_custom_printf()
539 if ((NULL == (s = slrn_strbyte (fmt, '%'))) && (elsepart == NULL)) in slrn_custom_printf()
547 if ((elsepart != NULL) && (s > elsepart)) end = elsepart; in slrn_custom_printf()
566 if ((NULL == (elsepart = slrn_strbyte (fmt, '&'))) || in slrn_custom_printf()
567 (elsepart > cond_end)) in slrn_custom_printf()
568 elsepart = cond_end; in slrn_custom_printf()
577 fmt = elsepart + 1; in slrn_custom_printf()
578 if (elsepart == cond_end) cond_end = NULL; in slrn_custom_printf()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/generated/
H A Dnodes.c148 calcsize(n->nif.elsepart);
246 new->nif.elsepart = copynode(n->nif.elsepart);
H A Dnodes.h67 union node *elsepart; member
/dports/devel/tcllib/tcllib-1.20/modules/grammar_aycock/
H A Daycock.test92 S ::= if E then S elsepart {
95 elsepart ::= else S {
98 elsepart ::= {
/dports/devel/tcllibc/tcllib-1.20/modules/grammar_aycock/
H A Daycock.test92 S ::= if E then S elsepart {
95 elsepart ::= else S {
98 elsepart ::= {
/dports/print/lyx/lyx-2.3.4.2/src/
H A DBiblioInfo.cpp651 docstring & ifpart, docstring & elsepart);
663 docstring elsepart; in parseEmbeddedOption() local
664 docstring const rest = parseOptions(format, optkey, ifpart, elsepart); in parseEmbeddedOption()
716 docstring & ifpart, docstring & elsepart) in parseOptions() argument
751 fmt = getClause(curfmt, elsepart); in parseOptions()
854 docstring elsepart; in expandFormat() local
856 parseOptions(fmt, optkey, ifpart, elsepart); in expandFormat()
872 } else if (!elsepart.empty()) { in expandFormat()
874 ret << expandFormat(elsepart, xrefs, newcounter, buf, in expandFormat()
/dports/math/stp/stp-2.3.3/lib/Interface/
H A Dc_interface.cpp929 stp::ASTNode* e = (stp::ASTNode*)elsepart; in vc_iteExpr()
1398 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32LeftShiftExpr() local
1414 ite = vc_iteExpr(vc, ifpart, thenpart, elsepart); in vc_bvVar32LeftShiftExpr()
1415 elsepart = ite; in vc_bvVar32LeftShiftExpr()
1429 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32DivByPowOfTwoExpr() local
1438 ite = vc_iteExpr(vc, ifpart, thenpart, elsepart); in vc_bvVar32DivByPowOfTwoExpr()
1439 elsepart = ite; in vc_bvVar32DivByPowOfTwoExpr()
1443 elsepart = vc_bvConstExprFromInt(vc, 32, 0); in vc_bvVar32DivByPowOfTwoExpr()
1453 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32RightShiftExpr() local
1468 ite = vc_iteExpr(vc, ifpart, thenpart, elsepart); in vc_bvVar32RightShiftExpr()
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/c_interface/
H A Dc_interface.cpp1028 fromExpr(elsepart))); in vc_iteExpr()
1853 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32LeftShiftExpr() local
1864 ite = vc_iteExpr(vc,ifpart,thenpart,elsepart); in vc_bvVar32LeftShiftExpr()
1865 elsepart = ite; in vc_bvVar32LeftShiftExpr()
1867 elsepart = vc_bvConstExprFromInt(vc,32, 0); in vc_bvVar32LeftShiftExpr()
1882 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32DivByPowOfTwoExpr() local
1891 elsepart = ite; in vc_bvVar32DivByPowOfTwoExpr()
1893 elsepart = vc_bvConstExprFromInt(vc,32, 0); in vc_bvVar32DivByPowOfTwoExpr()
1909 Expr elsepart = vc_trueExpr(vc); in vc_bvVar32RightShiftExpr() local
1918 elsepart = ite; in vc_bvVar32RightShiftExpr()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv_type_rules.h212 TypeNode elsepart = n[2].getType(check); in computeType() local
213 if (thenpart != elsepart) in computeType()
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dnodetypes82 elsepart nodeptr # else elsepart
/dports/shells/dash/dash-0.5.11.5/src/
H A Dnodetypes85 elsepart nodeptr # else elsepart

12345678910