Lines Matching defs:aux
1859 int rest, optional, key, aux, count;
1883 rest = optional = key = aux = 0;
1890 if (aux) {
2020 if (rest || aux || CDR(list) == NIL || !SYMBOLP(CADR(list))
2021 /* only &aux allowed after &rest */
2034 if (rest || aux)
2043 if (rest || optional || aux || key)
2049 aux ? keys[IAUX] : keys[IKEY]);
2056 if (aux)
2061 aux = 1;
2073 if (aux) {
4850 /* FIXME this does not work if macro has &aux variables,