Searched refs:temparg1 (Results 1 – 2 of 2) sorted by relevance
/dports/lang/eisl/eisl-2.35/ |
H A D | syntax.c | 123 if (!symbolp(temparg1)) in f_labels() 196 if (!symbolp(temparg1)) in f_flet() 262 if (!symbolp(temparg1)) in f_let() 264 if (temparg1 == T || temparg1 == NIL || temparg1 == makesym("*PI*") in f_let() 330 if (temparg1 == T || temparg1 == NIL || temparg1 == makesym("*PI*") in f_letstar() 386 if (temparg1 == T || temparg1 == NIL || temparg1 == makesym("*PI*") in f_dynamic_let() 1017 if (temparg1 == T || temparg1 == NIL || temparg1 == makesym("*PI*") in f_for() 1385 temparg1 = car(temp); in f_case() 1386 if (!listp(temparg1)) in f_case() 1390 if (atomp(car(temparg1)) && car(temparg1) != T) in f_case() [all …]
|
/dports/math/fricas/fricas-1.3.7/src/interp/ |
H A D | i-output.boot | 1492 temparg1 := APP(keyp u, x, y, d) 1493 temparg2 := applpar(x + w, y, b, p, temparg1) 1531 temparg1 := APP(sc, x + 1, y, d) 1538 true => APP(ac, x + 3, y, temparg1) 1547 temparg1 := applpar(x, y, bot, top, d) 1548 temparg2 := APP(u, x + 1, y, temparg1) 1559 temparg1 := APP(CADR u, x, y, d) 1560 temparg2 := APP('":", x + w, y, temparg1) 1564 temparg1 := x + WIDTH CADR u 1567 appagg(CDDR u, temparg1, temparg2, temparg3) [all …]
|