Home
last modified time | relevance | path

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

/dports/lang/sketchy/sketchy-20070218/
H A Dsketchy.h120 int sk_cons(int car, int cdr);
H A Dshell.c595 m = sk_cons(m, sk_nil()); in run()
H A DChanges215 2006-05-07 Core: added constructors: sk_cons(), sk_mkChar(), sk_mkString(),
H A Dsketchy.c4886 int sk_cons(int car, int cdr) { in sk_cons() function