Home
last modified time | relevance | path

Searched refs:NC_LABEL (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DNamedObject.hh38 NC_LABEL = 1, ///< Label. enumerator
H A DSymbolTable.cc183 ((nc == NC_LABEL) && (which & LIST_LABELS)) || in list()
184 ((nc == NC_LABEL) && (which & LIST_VARS)) || in list()
386 case NC_LABEL: in erase_one_symbol()
H A DSymbol.cc88 case NC_LABEL: in print_verbose()
147 case NC_LABEL: in assign()
590 case NC_LABEL: in get_attributes()
684 case NC_LABEL: in resolve()
756 case NC_LABEL: in resolve_class()
926 else if (nc == NC_LABEL) out << " Label"; in list()
1242 case NC_LABEL: in clear_vs()
H A DSymbol.hh49 ValueStackItem(Function_Line lab) : name_class(NC_LABEL) in ValueStackItem()
H A DArchive.cc612 case NC_LABEL: in save_vstack_item()
H A DCommand.cc1018 case NC_LABEL: in cmd_HELP()