Searched refs:elc (Results 1 – 3 of 3) sorted by relevance
38 !:mime application/x-elc42 !:ext elc45 !:mime application/x-elc47 !:ext elc48 # missed cl.elc dbx.elc simple.elc look like normal lisp starting with ;;;51 # Also applies to XEmacs 19+ .elc files; could tell them apart with regexs59 !:mime application/x-elc61 !:ext elc
89 uint8_t elc[2]; member441 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0); in vatpic_set_pinstate()541 vatpic->elc[irq >> 3] |= 1 << (irq & 0x7); in vatpic_set_irq_trigger()543 vatpic->elc[irq >> 3] &= ~(1 << (irq & 0x7)); in vatpic_set_irq_trigger()768 *eax = vatpic->elc[0]; in vatpic_elc_handler()770 *eax = vatpic->elc[1]; in vatpic_elc_handler()783 vatpic->elc[0] = (*eax & 0xf8); in vatpic_elc_handler()785 vatpic->elc[1] = (*eax & 0xde); in vatpic_elc_handler()
1951 AC_MSG_CHECKING([where .elc files should go])1960 AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl