Searched refs:do_list (Results 1 – 5 of 5) sorted by relevance
598 int do_list = 0; in main() local614 do_list = 1; in main()739 if (do_list) { in main()761 if (do_load || do_list) in main()
211 static void do_list(char *name) in do_list() function354 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);
736 def do_list(value): function971 'list': do_list,
3019 def do_list(self, smth): member in InspectionShell