Home
last modified time | relevance | path

Searched refs:COLTOA (Results 1 – 11 of 11) sorted by relevance

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h275 #define COLTOA (OP_BASE + 62) macro
H A Dgram.y1035 | '@' K_COLTOA '(' e ')' { $$ = new(COLTOA, $4, ENULL);}
H A Dinterp.c1907 case COLTOA: in seval()
3139 case COLTOA: one_arg( "@coltoa(", e); break; in decompile()
H A Ddoc2088 @COLTOA ({expr})
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dsc.h244 #define COLTOA (OP_BASE + 54) macro
H A Dgram.y461 | '@' K_COLTOA '(' e ')' { $$ = new(COLTOA, ENULL, $4);}
H A Dinterp.c1303 case COLTOA: return(strcpy(scxmalloc((unsigned)10),
2468 case COLTOA: one_arg( "@coltoa(", e); break;
H A Dgram.c2017 { yyval.enode = new(COLTOA, ENULL, yyvsp[-1].enode);; in yyparse()
/dports/math/sc/sc-7.16/
H A Dsc.h283 #define COLTOA (OP_BASE + 62) macro
H A Dinterp.c1340 case COLTOA: return (strcpy(scxmalloc((size_t)10), in seval()
2715 case COLTOA: one_arg( "@coltoa(", e); break; in decompile()
H A Dgram.y1172 | '@' K_COLTOA '(' e ')' { $$ = new(COLTOA, $4, ENULL);}