Lines Matching full:tail
823 var tail = dummy;
826 tail.cdr = sc_cons(l.car, null);
827 tail = tail.cdr;
837 var tail = dummy;
844 tail.cdr = l;
847 tail = l;
851 tail.cdr = null;
858 var tail = dummy;
861 tail.cdr = sc_cons(l.car, null);
862 tail = tail.cdr;
872 var tail = dummy;
879 tail.cdr = l;
882 tail = l;
886 tail.cdr = null;
1558 var tail = dummy;
1561 tail.cdr = sc_cons(l1.car, null);
1562 tail = tail.cdr;
2091 // default tail-call depth.
4065 var tail;
4066 return ((tail = (conf_set[(3)])), (conf_set[(i+(5))] = (-1)), (conf_set[(tail+(5))] = i), (conf_set[(3)] = i), ((tail<(0))?((conf_set[(0)] = (state[(0)])), (state[(0)] = sc_conf_56)):undefined));