Home
last modified time | relevance | path

Searched refs:bytecoded_4up (Results 1 – 4 of 4) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Deval4.cpp205 LispObject bytecoded_4up(LispObject def, LispObject a1, LispObject a2, in bytecoded_4up() function
H A Dfns2.cpp323 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 Dentries.h628 extern LispObject bytecoded_4up(LispObject env, LispObject a1,
H A Drestart.cpp300 {bytecoded_4up, "bytecoded_4up"},