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

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

Completed in 169 milliseconds