Home
last modified time | relevance | path

Searched refs:cnfstmtNewLegaAct (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/grammar/
H A Dgrammar.y194 | LEGACY_ACTION { $$ = cnfstmtNewLegaAct($1); }
H A Drainerscript.h386 struct cnfstmt * cnfstmtNewLegaAct(char *actline);
H A Dgrammar.c1867 { (yyval.stmt) = cnfstmtNewLegaAct((yyvsp[0].s)); } in yyparse()
H A Drainerscript.c4730 cnfstmtNewLegaAct(char *actline) in cnfstmtNewLegaAct() function