Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dcontrol.d162 var object sym = check_symbol_non_constant(Car(STACK_0),caller); in check_setq_body()
249 var object symbol = check_symbol_non_constant(STACK_1,S(set));
256 var object symbol = check_symbol_non_constant(popSTACK(),S(makunbound));
577 symbol = check_symbol_non_constant(symbol,caller); in make_variable_frame()
803 symbol = check_symbol_non_constant(Car(varspec),S(compiler_let));
822 symbol = check_symbol_non_constant(varspec,S(compiler_let));
1881 check_symbol_non_constant(Car(*varlistr_),S(multiple_value_setq));
H A Deval.d603 var object sym = check_symbol_non_constant(Car(STACK_0),S(progv)); in progv()
1982 item = check_symbol_non_constant(item,S(function)); in get_closure()
1999 item = check_symbol_non_constant(item,S(function)); in get_closure()
2008 item = check_symbol_non_constant(Car(item),S(function)); in get_closure()
2026 item = check_symbol_non_constant(Car(item_rest),S(function)); in get_closure()
2049 item = check_symbol_non_constant(item,S(function)); in get_closure()
2083 item = check_symbol_non_constant(item,S(function)); in get_closure()
2114 item = check_symbol_non_constant(Car(item),S(function)); /* var */ in get_closure()
2128 item = check_symbol_non_constant(Car(item_rest),S(function)); in get_closure()
2185 item = check_symbol_non_constant(item,S(function)); in get_closure()
[all …]
H A Dlispbibl.d17586 static inline maygc object check_symbol_non_constant (object obj, object caller) { in check_symbol_non_constant() function
H A DChangeLog28380 (check_symbol_non_constant): Update.
38627 (check_symbol_non_constant): Turn into an inline function.
38681 check_symbol_non_constant.
43314 check_symbol_non_constant() instead of test_symbol_non_constant()
43316 check_symbol_non_constant() instead of test_symbol_non_constant()
43319 check_symbol_non_constant() instead of test_symbol_non_constant()
43323 (check_symbol_non_constant): replaces test_symbol_non_constant()
43327 check_symbol_non_constant() instead of test_symbol_non_constant()
43328 (get_closure): use check_symbol_non_constant()
43345 (check_symbol_non_constant, check_fdefinition, check_function): add