Searched defs:Command (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dcommand.h32 } Command; typedef in typeref:struct:__anon70
34 extern Command* command_create (const StrList* names,
39 extern void command_destroy (Command* cmd);
40 void command_register (Command** list, Command* cmd);
42 extern Command* command_get (Command** list, char* name);
43 extern StrList* command_get_names (Command** list);
44 extern void command_print_summary (Command* cmd);
45 extern void command_print_help (Command* cm
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm1 package ExtUtils::Command::MM;
18 ExtUtils::Command::MM - Commands for the MM's to use in Makefiles
22 perl "-MExtUtils::Command::MM" -e "function" "--" arguments...
29 ExtUtils::Command::MM encapsulates code which would otherwise have to
140 perl "-MExtUtils::Command::MM" -e warn_if_old_packlist <somefile>
162 perl "-MExtUtils::Command::MM" -e perllocal_install
166 perl "-MExtUtils::Command::MM" -e perllocal_install
222 perl "-MExtUtils::Command::MM" -e uninstall <packlist>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm1 package ExtUtils::Command;
20 ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc.
24 perl -MExtUtils::Command -e cat files... > destination
25 perl -MExtUtils::Command -e mv source... destination
26 perl -MExtUtils::Command -e cp source... destination
27 perl -MExtUtils::Command -e touch files...
28 perl -MExtUtils::Command -e rm_f files...
29 perl -MExtUtils::Command -e rm_rf directories...
30 perl -MExtUtils::Command -e mkpath directories...
31 perl -MExtUtils::Command
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c121 enum Command enum
160 enum Command action;
203 enum Command action;
232 enum Command sortkey;
849 enum Command oldop = PRINT;

Completed in 284 milliseconds