Searched refs:UNIT (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/INIT/
H A Dmktest.sh96 [+UNIT \acommand\a [ \aarg\a ... ]]?Define the command and
111 typeset ARG SCRIPT UNIT TEMP=${TMPDIR:-/tmp}/$command.$$.tmp WORK
156 then set -A UNIT -- "$@"
159 set -A UNIT -- "${ARG%.*}"
161 WORK=${UNIT[0]}.tmp
184 function UNIT function
186 (( KEEP_UNIT )) || set -A UNIT -- "$@"
189 print -u$stdout -r -f $'UNIT'
287 elif (( ! ${#UNIT[@]} ))
288 then print -u2 -r -- $command: $SCRIPT: UNIT statemen
[all...]
H A Dregress.sh191 [+UNIT \b\acommand\a [ \aarg\a ... ]]?Define the command and
387 if [[ $UNIT ]]
391 UNIT $UNIT "${ARGV[@]}"
393 *) UNIT "${ARGV[@]}"
548 function UNIT # cmd arg ... function
563 if [[ $UNIT ]] && (( $# <= 1 ))
571 UNIT=
1332 typeset ARGS_ORIG COMMAND_ORIG TITLE UNIT ARGV PREFIX OFFSET IGNORESPACE
1383 UNIT
[all...]

Completed in 14 milliseconds