Searched refs:do_list (Results 1 – 5 of 5) sorted by relevance
593 int do_list = 0; in main() local609 do_list = 1; in main()735 if (do_list) { in main()757 if (do_load || do_list) in main()
211 static void do_list(char *name) in do_list() function356 else if (toys.optflags & FLAG_l) do_list(pwd->pw_name); in crontab_main()
234 int do_list(uf) in do_list() function638 ret_value = do_list(uf);
455 def do_list(self, line=None): member in Interactive526 interpreter.do_list()
2920 def do_list(self, smth): member in InspectionShell