Searched refs:type2 (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 333 cxopname(int code, Cxtype_t* type1, Cxtype_t* type2) argument 343 if ((code & CX_UNARY) || !type2) 346 sfsprintf(b, n, "%s %s %s", type1->name, o, type2->name); 622 code(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int op, int pp, Cxtype_t* type1, Cxtype_t* type2, void* pointer, Cxnumber_t number, Cxvariable_t* ref) argument 652 if (((f = cxrecode(cx, op, type1, type2, cx->disc)) || (f = cxrecode(cx, op, cx->state->type_void, cx->state->type_void, cx->disc))) && (*f)(cx, expr, &x, NiL, NiL, NiL, cx->disc)) 662 type1 = type2 = i1->type; 668 if ((i1->op == CX_GET || i1->op == CX_CAST && (i1 - 1)->op == CX_GET) && (f = cxrecode(cx, op, type1, type2, cx->disc))) 678 type2 = i2->type; 685 if (x.callout = cxcallout(cx, op, type1, type2, cx->disc)) 687 if (type1 == type2 || (o [all...] |
H A D | cx.h | 159 #define CX_CALLOUT_INIT(op,type1,type2,callout,description) \ 160 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,callout}, 163 #define CX_RECODE_INIT(op,type1,type2,recode,description) \ 164 {0,description,CX_HEADER_INIT,op,(Cxtype_t*)type1,(Cxtype_t*)type2,recode}, 217 Cxtype_t* type2; /* operand 2 type */ member in struct:Cxop_s
|
H A D | cxopen.c | 1322 re->op.type2 = state.type_void; 1416 if (!(name = (char*)callout->op.type2)) 1417 callout->op.type2 = state.type_void; 1418 else if (!(callout->op.type2 = cxtype(cx, name, disc))) 1435 * return callout given <code,type1,type2> 1439 cxcallout(Cx_t* cx, int code, Cxtype_t* type1, Cxtype_t* type2, Cxdisc_t* disc) argument 1448 if (!(op.type2 = type2)) 1449 op.type2 = state.type_void; 1454 else if (op.type2 1728 cxrecode(Cx_t* cx, int code, Cxtype_t* type1, Cxtype_t* type2, Cxdisc_t* disc) argument [all...] |
H A D | dssopt.c | 446 if (optout(sp, cxopname(lib->callouts[i].op.code, lib->callouts[i].op.type1, lib->callouts[i].op.type2), NiL, NiL, NiL, lib->callouts[i].description, NiL)) 454 if (optout(sp, cxopname(lib->recodes[i].op.code, lib->recodes[i].op.type1, lib->recodes[i].op.type2), NiL, NiL, NiL, lib->recodes[i].description, NiL))
|
/ast/src/cmd/ksh93/tests/ |
H A D | comvar.sh | 420 type2="greeting2"
|
Completed in 20 milliseconds