Home
last modified time | relevance | path

Searched refs:W_SYMBOL_NAME_TOO_LONG (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h185 W_SYMBOL_NAME_TOO_LONG = 156, /* symbol name too long, truncated to %d chars */ enumerator
H A DSDCCerr.c374 { W_SYMBOL_NAME_TOO_LONG, ERROR_LEVEL_WARNING,
H A DSDCCsymt.c159 werror (W_SYMBOL_NAME_TOO_LONG, SDCC_SYMNAME_MAX); in addSym()