Home
last modified time | relevance | path

Searched refs:CONSTN (Results 1 – 10 of 10) sorted by relevance

/dports/lang/eisl/eisl-2.35/
H A Dffi.h22 CONSTN = 1, enumerator
H A Dsyntax.c548 if (GET_OPT(arg1) == CONSTN) in f_setq()
588 SET_OPT(arg1, CONSTN); // constant in f_defconstant()
639 if (GET_OPT(arg1) == CONSTN) in f_defmacro()
681 if (GET_OPT(arg1) == CONSTN) in f_defglobal()
1500 if (GET_OPT(arg1) == CONSTN) in f_defclass()
1806 if (symbolp(arg1) && GET_OPT(arg1) == CONSTN) { in f_defgeneric()
1866 if (GET_OPT(arg1) == CONSTN) in f_defgeneric_star()
H A Dcell.c46 SET_OPT(NIL, CONSTN); in initcell()
49 SET_OPT(T, CONSTN); in initcell()
H A Dmain.c1519 else if (GET_OPT(addr) == CONSTN) in eval()
2028 SET_OPT(sym, CONSTN); in bindconst()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/am29000/
H A Dam29000.h550 void CONSTN();
H A Dam29ops.h1281 void am29000_cpu_device::CONSTN() in CONSTN() function
1478 …{ &am29000_cpu_device::CONSTN, IFLAG_RA_PRESENT …
/dports/emulators/mame/mame-mame0226/src/devices/cpu/am29000/
H A Dam29000.h550 void CONSTN();
H A Dam29ops.h1281 void am29000_cpu_device::CONSTN() in CONSTN() function
1478 …{ &am29000_cpu_device::CONSTN, IFLAG_RA_PRESENT …
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvminsn.scm399 (define-insn CONSTN 0 none #f ($result SCM_NIL)) ; () unknown
406 (define-insn CONSTN-PUSH 0 none (CONSTN PUSH))
/dports/lang/gauche/Gauche-0.9.10/lib/gauche/vm/
H A Dinsn.scm35 (make <vm-insn-info> :name 'CONSTN :code 3
91 :combined '(CONSTN PUSH)