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

/ast/src/cmd/mailx/
H A Dlex.c72 * 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();
/ast/src/lib/libtk/generic/
H A DtkWindow.c85 * 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/tw/
H A Dfind.c66 "[+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/re/
H A Ded.c31 " standard input are interpreted as commands, and in input mode they"
198 static void commands(void);
1365 commands();
1491 commands(void) function
1839 commands();

Completed in 36 milliseconds