Searched refs:bytecoded_4up (Results 1 – 4 of 4) sorted by relevance
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/ |
H A D | eval4.cpp | 205 LispObject bytecoded_4up(LispObject def, LispObject a1, LispObject a2, in bytecoded_4up() function
|
H A D | fns2.cpp | 323 if (f4up == bytecoded_4up) return onevalue(fixnum_of_int(b[0])); in Lsymbol_argcount() 376 else if (f4up == bytecoded_4up) val = 4; in Lsymbol_argcode() 667 case 4: set_fns(a, G0W4up, G1W4up, G2W4up, G3W4up, bytecoded_4up); in Lsymbol_set_definition()
|
H A D | entries.h | 628 extern LispObject bytecoded_4up(LispObject env, LispObject a1,
|
H A D | restart.cpp | 300 {bytecoded_4up, "bytecoded_4up"},
|