Home
last modified time | relevance | path

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

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dcell_error_name.java43 super(Symbol.CELL_ERROR_NAME, "condition"); in cell_error_name()
59 private static final Primitive CELL_ERROR_NAME = new cell_error_name(); field in cell_error_name
H A Dunbound_slot_instance.java54 private static final unbound_slot_instance CELL_ERROR_NAME = field in unbound_slot_instance
H A DStandardClass.java593 list(Symbol.CELL_ERROR_NAME)))); in initializeStandardClasses()
H A DSymbol.java1360 public static final Symbol CELL_ERROR_NAME = field in Symbol