Searched refs:BEG (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Doptions.sh452 ( BEG='$( ' END=' )' )
453 ( BEG='${ ' END='; }' )
456 ( BEG='( ' END=' )' )
457 ( BEG='{ ' END='; }' )
472 do cmd="${SUB[S].BEG}${PAR[P].BEG}${CMD[C]}${PAR[P].END} 2>&1${ADD[A]}${SUB[S].END}"
H A Dsubshell.sh335 ( BEG='$( ' END=' )' )
336 ( BEG='${ ' END='; }' )
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
406 err_exit "'x=${SUB[S].BEG}${INS[I]}${cmd}${APP[A]}${SUB[S].END} && print \${#x}' failed -- expected '$exp', got '$got'"
/ast/src/cmd/re/
H A Ded.c89 #define BEG(n) (ed.line+ed.match[n].rm_so) macro

Completed in 1374 milliseconds