syslog.c | 98 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);
|