Searched refs:sexp_seqp (Results 1 – 3 of 3) sorted by relevance
708 if (sexp_seqp(x)) in nondefp()878 if (! sexp_seqp(body)) { in analyze_lambda()1233 } else if (sexp_seqp(x)) { in sexp_free_vars()
592 if (sexp_seqp(x)) { in generate_lambda_locals()610 if (sexp_seqp(x)) { in generate_lambda_body()
865 #define sexp_seqp(x) (sexp_check_tag(x, SEXP_SEQ)) macro