Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dfsinfo.py351 current_option = utils.system_output(cmd)
363 if current_option == needed_out:
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py975 current_option = idleConf.CurrentTheme()
980 self.builtinlist.SetMenu(item_list, current_option)
991 self.customlist.SetMenu(item_list, current_option)
1521 current_option = idleConf.CurrentKeys()
1526 self.builtinlist.SetMenu(item_list, current_option)
1537 self.customlist.SetMenu(item_list, current_option)
/external/ppp/pppd/
Doptions.c141 char *current_option; /* the name of the option being parsed */ variable
662 current_option = opt->name;
1395 str, current_option);
Dpppd.h371 extern char *current_option; /* the name of the option being parsed */