Searched refs:CMD (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/INIT/
H A Dexecrate.sh111 CMD=$1
113 case $CMD in
117 then CMD=$d/$1
125 -*) CMD="$CMD $1" ;;
131 0) CMD="echo $CMD" ;;
135 1:*) CMD="$CMD $1"
146 $CMD "
[all...]
/ast/src/cmd/mailx/
H A Ddata.c46 #define CMD(x) (Cmd_f)x macro
52 "B[last]", CMD(Blast), MSGLIST, 0, MMNDEL,
54 "C[opy]", CMD(Copy), M|STRLIST, 0, 0,
56 "F[ollowup]", CMD(Followup), R|I|MSGLIST, 0, MMNDEL,
58 "Fr[om]", CMD(From), MSGLIST, 0, MMNORM,
60 "G[et]", CMD(Get), M|RAWLIST, 0, ARGMAX,
62 "J[oin]", CMD(Join), R|I|MSGLIST, 0, MMNDEL,
64 "K", CMD(mark), STRLIST, 0, 0,
66 "M[ore]", CMD(More), MSGLIST, 0, MMNDEL,
68 "Pa[ge]", CMD(Mor
[all...]
/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh342 ( CMD='print foo | $cat' EXP=3 )
343 ( CMD='$cat < $tmp/lin' )
344 ( CMD='cat $tmp/lin | $cat' )
345 ( CMD='read v < $tmp/buf; print $v' LIM=4*1024 )
346 ( CMD='cat $tmp/buf | read v; print $v' LIM=4*1024 )
351 TST[T].CMD='$cat <(print foo)'
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
403 cmd=${TST[T].CMD//\$cat/$cat}
H A Dattributes.sh340 CMD="date -f%H \\#$SEC"
354 got=$(print $($SHELL -c "builtin date; $2 $CMD; $3 $CMD; $4 $CMD"))
H A Doptions.sh449 # { SUB PAR CMD ADD }
459 CMD=( command-kill script-kill )
470 do for ((C=0; C<${#CMD[@]}; C++))
472 do cmd="${SUB[S].BEG}${PAR[P].BEG}${CMD[C]}${PAR[P].END} 2>&1${ADD[A]}${SUB[S].END}"
/ast/src/cmd/cs/
H A Dfs_env.c50 #define CMD 1 macro
54 static const char* state_name[] = { "CON", "CMD", "KEY", "ACT" };
104 state->con[fd].state = CMD;
134 case CMD:
/ast/src/cmd/mam/
H A Dshmam.awk89 CMD = 0
90 var[CMD] = "COMMANDS"
109 XCMDNAME="CMD"
154 # also, as a sideeffect generate .CMD options
155 print_CMD(); #print the .CMD command set
536 cmd=sprintf(".CMD.%d",cmdl[s])
545 printf(".CMD.%d : .USE\n", s)
722 #next print each specific dependency line as a .CMD command
827 #gsf# if ((val[CMD] != "") && (COMD[ldep[i]] != 1))
993 # var[CMD]
[all...]

Completed in 105 milliseconds