Home | History | Annotate | Download | only in v8-v4

Lines Matching full:tail

817     var tail = dummy;
820 tail.cdr = sc_cons(l.car, null);
821 tail = tail.cdr;
831 var tail = dummy;
838 tail.cdr = l;
841 tail = l;
845 tail.cdr = null;
852 var tail = dummy;
855 tail.cdr = sc_cons(l.car, null);
856 tail = tail.cdr;
866 var tail = dummy;
873 tail.cdr = l;
876 tail = l;
880 tail.cdr = null;
1552 var tail = dummy;
1555 tail.cdr = sc_cons(l1.car, null);
1556 tail = tail.cdr;
2085 // default tail-call depth.
4059 var tail;
4060 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));