Searched refs:toy_find (Results 1 – 5 of 5) sorted by relevance
30 struct toy_list *toy_find(char *name) in toy_find() function80 if (!(toys.which = toy_find(toys.argv[2]))) return; in toy_singleinit()137 if (!(which = toy_find(argv[0]))) return; in toy_exec()
83 struct toy_list *toy_find(char *name);
33 i = toy_find(++s)-toy_list; in show_help()
55 if (*toys.optargs && !(t = toy_find(*toys.optargs))) in help_main()
286 tl = toy_find(cmd->argv[0]); in run_pipeline()