| core.c | 3750 LispObj *item, *predicate, *sequence, *from_end, local 3762 from_end = ARGUMENT(i); --i; 3763 if (from_end == UNSPEC) 3764 from_end = NIL; 3811 if (from_end != NIL && !istring) { 3819 element = SCHAR(string[from_end == NIL ? i + start : end - i - 1]); 3821 element = from_end == NIL ? CAR(sequence) : objects[i]; 3829 if (!istring && from_end == NIL) 3843 offset = from_end == NIL ? i + start : end - i - 1; 3848 if (from_end != NIL && !istring 4421 LispObj *sequence, *from_end, *test, *test_not, *ostart, *oend, *key; local 4738 LispObj *item, *newitem, *lambda, *sequence, *from_end, local 5343 LispObj *sequence1, *sequence2, *from_end, *test, *test_not, local [all...] |