Home
last modified time | relevance | path

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

/netbsd-src/lib/lua/syslog/
H A Dsyslog.c98 static struct constant syslog_constant[] = { variable
160 for (n = 0; syslog_constant[n].name != NULL; n++) { in luaopen_syslog()
161 lua_pushinteger(L, syslog_constant[n].value); in luaopen_syslog()
162 lua_setfield(L, -2, syslog_constant[n].name); in luaopen_syslog()