Searched refs:elc (Results 1 – 4 of 4) 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
87 uint8_t elc[2]; member439 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0); in vatpic_set_pinstate()539 vatpic->elc[irq >> 3] |= 1 << (irq & 0x7); in vatpic_set_irq_trigger()541 vatpic->elc[irq >> 3] &= ~(1 << (irq & 0x7)); in vatpic_set_irq_trigger()766 *eax = vatpic->elc[0]; in vatpic_elc_handler()768 *eax = vatpic->elc[1]; in vatpic_elc_handler()781 vatpic->elc[0] = (*eax & 0xf8); in vatpic_elc_handler()783 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
8343 * emacs/Makefile.in (ELISP_OBJS): Explictly declare .el and .elc8431 * Makefile.in (DISTFILES): Don't include *.elc files in the list8437 * emacs/Makefile.in: New file contains targets to build the elc files.