Go to the source code of this file.
Functions | |
LISP | setvar (LISP var, LISP val, LISP env) |
LISP | symbol_boundp (LISP x, LISP env) |
LISP | symbol_value (LISP x, LISP env) |
LISP | let_macro (LISP form) |
void | init_subrs_core (void) |
LISP setvar | ( | LISP | var, |
LISP | val, | ||
LISP | env | ||
) |
Definition at line 18 of file slib_core.cc.
LISP symbol_boundp | ( | LISP | x, |
LISP | env | ||
) |
Definition at line 222 of file slib_core.cc.
LISP symbol_value | ( | LISP | x, |
LISP | env | ||
) |
Definition at line 229 of file slib_core.cc.
LISP let_macro | ( | LISP | form | ) |
Definition at line 274 of file slib_core.cc.
void init_subrs_core | ( | void | ) |
Definition at line 288 of file slib_core.cc.