Lines Matching defs:variable
205 LispObj *variable, *package = NULL, *list, *code, *result_form;
214 variable = CAR(init);
215 CHECK_SYMBOL(variable);
238 /* Initialize iteration variable */
239 CHECK_CONSTANT(variable);
240 LispAddVar(variable, NIL);
253 /* Save pointer to next atom. If variable is removed,
255 * variable is removed. */
258 LispSetVar(variable, atom->object);
609 * this variable from lisp code with no problems. Don't do it at home. */
748 /* If the variable returned by this function is expected to be changeable,