Lines Matching defs:akey
1910 LispObj *akey = CAR(spec);1914 if (CONSP(akey)) {1920 if (!SYMBOLP(CAR(akey)) || !CONSP(CDR(akey)) ||1921 !SYMBOLP(CADR(akey)) || CDDR(akey) != NIL ||1927 spec = CADR(akey);1928 akey = CAR(akey);1931 akey = NULL;1964 alist->keys.keys[count] = akey;