Home
last modified time | relevance | path

Searched refs:ERR_IDENTIFIER_NOT_IN_MODULE (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/libsmi/libsmi-0.4.8/lib/
H A Derrormacros.h56 #define ERR_IDENTIFIER_NOT_IN_MODULE 55 macro
H A Derror.c206 { 2, ERR_IDENTIFIER_NOT_IN_MODULE, "import-failed",
H A Dparser-smi.y6011 ERR_IDENTIFIER_NOT_IN_MODULE, $1,
6034 ERR_IDENTIFIER_NOT_IN_MODULE, $1,
6112 ERR_IDENTIFIER_NOT_IN_MODULE, $1,
6135 ERR_IDENTIFIER_NOT_IN_MODULE, $1,
H A Dparser-smi.c8446 ERR_IDENTIFIER_NOT_IN_MODULE, (yyvsp[(1) - (1)].id),
8469 ERR_IDENTIFIER_NOT_IN_MODULE, (yyvsp[(1) - (1)].id),
8550 ERR_IDENTIFIER_NOT_IN_MODULE, (yyvsp[(1) - (3)].id),
8573 ERR_IDENTIFIER_NOT_IN_MODULE, (yyvsp[(1) - (3)].id),
H A Ddata.c735 smiPrintError(parserPtr, ERR_IDENTIFIER_NOT_IN_MODULE, in checkImports()