Home
last modified time | relevance | path

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

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/hook-commands/
H A Dhook-commands-grammar.ym59 %token KW_STARTUP
86 …: KW_STARTUP '(' string ')' { hook_commands_plugin_set_startup(last_hook_commands, $3); free($3);…
H A Dhook-commands-parser.c34 { "startup", KW_STARTUP },
H A Dhook-commands-grammar.h220 KW_STARTUP = 10516, /* KW_STARTUP */ enumerator
387 #define KW_STARTUP 10516 macro
H A Dhook-commands-grammar.y404 %token KW_STARTUP
431 …: KW_STARTUP '(' string ')' { hook_commands_plugin_set_startup(last_hook_commands, $3); free($3);…
H A Dhook-commands-grammar.c291 KW_STARTUP = 10516, /* KW_STARTUP */ enumerator
458 #define KW_STARTUP 10516 macro