Searched refs:commands (Results 1 - 16 of 16) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | cmdlib.h | 34 size_t commands; /* total commands */ \
|
H A D | cmdarg.c | 248 cmd->total.commands++;
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 15 if {[info commands package] == ""} { 34 if {[info commands exec] == ""} { 132 set cmds [info commands $name*] 162 return [expr {[info commands $cmd] != ""}] 206 if {[info commands $cmd] != ""} { 386 append index "# more commands. Typically each line is a command that\n" 433 # commands. The commands describe all of the packages defined by the 451 append index "# in response to \"package require\" commands. When this\n" 457 # For each file, figure out what commands an [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | bind.tcl | 40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
|
/ast/src/cmd/INIT/ |
H A D | execrate.sh | 20 : wrapper for .exe challenged win32 systems/commands 33 [+NAME?execrate - wrapper for .exe challenged commands] 41 Unsupported commands and commands requiring no change are 45 [n:show?Show the underlying commands but do not execute.]
|
H A D | package.mk | 130 Many of the packaged commands self-document via the --man and --html 1486 echo "To use the package export the bin directory in PATH. The commands and"
|
/ast/src/lib/libcmd/ |
H A D | Makefile | 2 * command library -- commands small enough to be builtins
|
/ast/src/cmd/tw/ |
H A D | find.c | 66 "[+EXIT STATUS?If no commands were executed (\b-exec\b, \b-xargs\b) the exit" 248 static const Args_t commands[] = variable 520 for (argp = (Args_t*)commands; argp->name; argp++) 890 argp = commands - (i + 10); 1763 for (ap = commands; ap->name; ap++) 1765 sfprintf(state.str, "[%d:%s?%s]", ap - commands + 10, ap->name, ap->help);
|
/ast/src/cmd/mailx/ |
H A D | main.c | 89 " command line actions. Receive mode, on startup, reads commands and" 91 "[+?\bmailx\b provides commands for saving, deleting and responding to" 129 "[n!:master?Read commands from \b/etc/mailx.rc\b on receive mode startup.]" 520 commands();
|
H A D | lex.c | 72 * Lexical processing of commands. 285 * Interpret user commands one by one. If standard input is not a tty, 289 commands(void) function 329 * Read a line of commands from the current input 725 commands();
|
H A D | mailx.h | 568 * Constants for conditional commands. These describe whether 611 int cmdnum; /* Number of commands */ 613 int escnum; /* Number of escape commands */ 920 extern void commands(void);
|
/ast/src/lib/libtksh/ |
H A D | Makefile | 29 var.c eval.c list.c shcompat.c tcleval.c tclproc.c commands.c \
|
/ast/src/lib/libtk/library/ |
H A D | console.tcl | 26 if {[info commands macscrollbar] == "macscrollbar"} {
|
/ast/src/lib/libtk/generic/ |
H A D | tkWindow.c | 85 * The following structure defines all of the commands supported by 96 static TkCmd commands[] = { variable 128 * Widget class commands. 146 * Native widget class commands. 688 * associated with the window and registered for "send" commands 691 * unique. Tk-related commands are bound into interp. 767 * Bind in Tk's commands. 770 for (cmdPtr = commands; cmdPtr->name != NULL; cmdPtr++) { 1153 * the TkMainInfo structure too and replace all of Tk's commands 1154 * with dummy commands tha [all...] |
/ast/src/cmd/re/ |
H A D | ed.c | 31 " standard input are interpreted as commands, and in input mode they" 198 static void commands(void); 1365 commands(); 1491 commands(void) function 1839 commands();
|
/ast/lib/package/ |
H A D | package.mk | 130 Many of the packaged commands self-document via the --man and --html 1486 echo "To use the package export the bin directory in PATH. The commands and"
|
Completed in 73 milliseconds