Searched refs:bool_true (Results 1 – 1 of 1) sorted by relevance
240 const char **options, int bool_true) in json_enum_option() argument246 bool_true = 1; in json_enum_option()250 if (bool_true && lua_isboolean(l, optindex)) in json_enum_option()251 *setting = lua_toboolean(l, optindex) * bool_true; in json_enum_option()256 if (bool_true && (*setting == 0 || *setting == bool_true)) in json_enum_option()