Lines Matching full:command
24 // global context for this command.
42 // Binary search to find this command.
96 // Setup toybox global state for this command.
129 // Like exec() but runs an internal toybox command instead of another file.
130 // Only returns if it can't run command internally, otherwise exit() when done.
144 // Run command
150 // Multiplexer command, first argument is command to run, rest are args to that.
151 // If first argument starts with - output list of command install paths.
166 if (toys.argv[1][0] != '-') error_exit("Unknown command %s", toys.argv[1]);
169 // Output list of command.
192 // Trim path off of command name
200 // a single toybox command built standalone with no multiplexer