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

/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh195 function myexport function
202 then print $(myexport "$1" "$3" )
211 if [[ $(myexport dgk fun) != fun ]]
218 if [[ $(myexport dgk fun fun2) != fun2 ]]
225 if [[ $(dgk=try3 myexport dgk) != try3 ]]
233 if [[ $(myexport zzz fun) != fun ]]
H A Dfunctions.sh298 function myexport function
305 then print $(myexport "$1" "$3" )
313 val=$(myexport dgk fun)
321 val=$(myexport dgk fun fun2)
329 val=$(dgk=try3 myexport dgk)
338 val=$(myexport zzz fun)

Completed in 9 milliseconds