Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h189W_NO_FILE_ARG_IN_C1 = 160, /* only standard input is compiled in c1 mode. file '%s' igno… enumerator
H A DSDCCmain.c1482 werror (W_NO_FILE_ARG_IN_C1, argv[i]); in parseCmdLine()
1498 werror (W_NO_FILE_ARG_IN_C1, fullSrcFileName); in parseCmdLine()
1503 werror (W_NO_FILE_ARG_IN_C1, s); in parseCmdLine()
1507 werror (W_NO_FILE_ARG_IN_C1, s); in parseCmdLine()
H A DSDCCerr.c382 { W_NO_FILE_ARG_IN_C1, ERROR_LEVEL_WARNING,