pichecks.c File Reference
Include dependency graph for pichecks.c:

Functions

void check_zero_arg (cell *args)
 
void check_one_arg (cell *args)
 
void check_two_args (cell *args)
 
void check_three_args (cell *args)
 
void check_addition_atom (cell *arg)
 
void check_subtraction (cell *args)
 
void check_subtraction_atom (cell *arg)
 
void check_multiplication_atom (cell *arg)
 
void check_division (cell *args)
 
void check_division_atom (cell *arg)
 
void check_comparables (cell *args)
 
void check_length (cell *args)
 
void check_member (cell *args)
 
void check_nth (cell *args)
 
void check_subseq (cell *args)
 
void check_append (cell *args)
 
void check_concatenate (cell *args)
 
void check_set (cell *args)
 
void check_setq (cell *args)
 
void check_compile (cell *args)
 
void check_car (cell *args)
 
void check_cdr (cell *args)