btconfig.c | 91 static int opt_enable = 0; variable in typeref:typename:int 167 { "up", P_SET, &opt_enable, NULL }, 168 { "enable", P_SET, &opt_enable, NULL }, 169 { "down", P_CLR, &opt_enable, NULL }, 170 { "disable", P_CLR, &opt_enable, NULL }, 464 if (opt_enable) { 465 if (opt_enable > 0)
|