Home
last modified time | relevance | path

Searched refs:elc (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/file/magic/Magdir/
Dlisp38 !:mime application/x-elc
42 !:ext elc
45 !:mime application/x-elc
47 !:ext elc
48 # 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 regexs
59 !:mime application/x-elc
61 !:ext elc
/freebsd-10-stable/sys/amd64/vmm/io/
Dvatpic.c87 uint8_t elc[2]; member
439 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()
/freebsd-10-stable/contrib/libreadline/
Daclocal.m41951 AC_MSG_CHECKING([where .elc files should go])
1960 AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl
/freebsd-10-stable/contrib/texinfo/
DChangeLog.468343 * emacs/Makefile.in (ELISP_OBJS): Explictly declare .el and .elc
8431 * Makefile.in (DISTFILES): Don't include *.elc files in the list
8437 * emacs/Makefile.in: New file contains targets to build the elc files.