Home
last modified time | relevance | path

Searched defs:command_ptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map.hpp73 typedef typename std::unique_ptr< BaseCommand > command_ptr; typedef in utils::cmdline::commands_map
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.h50 char *command_ptr; /* Ptr into command_lines[command_line]. */ member
H A Djob.c2702 char *command_ptr = NULL; /* used for batch_mode_shell mode */ in construct_command_argv_internal() local