Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/grammar/
H A Dgrammar.y149 { $$ = cnfobjNew(CNFOBJ_RULESET, $2);
153 { $$ = cnfobjNew(CNFOBJ_RULESET, $2);
H A Drainerscript.h37 CNFOBJ_RULESET, enumerator
H A Dgrammar.c1669 … { (yyval.obj) = cnfobjNew(CNFOBJ_RULESET, (yyvsp[-4].nvlst)); in yyparse()
1677 … { (yyval.obj) = cnfobjNew(CNFOBJ_RULESET, (yyvsp[-3].nvlst)); in yyparse()
H A Dlexer.c2748 { cnfPrintToken(yytext); yylval.objType = CNFOBJ_RULESET;
H A Drainerscript.c207 case CNFOBJ_RULESET: in cnfobjType2str()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsconf.c490 case CNFOBJ_RULESET: in ATTR_NONNULL()