Searched refs:tilde (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dtilde.sh96 print $'print ~+\n[[ $1 ]] && $0' > $tmp/tilde
97 chmod +x $tmp/tilde
99 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
H A Dbuiltins.sh640 [[ $(builtin) == *.sh.tilde* ]] && err_exit 'builtin contains .sh.tilde'
/ast/src/cmd/ksh93/sh/
H A Dmacro.c444 int tilde = -1; local
457 tilde = stktell(stkp);
672 if(tilde>=0)
673 tilde_expand2(mp->shp,tilde);
801 tilde = stktell(stkp)+(c+1);
807 if(tilde >=0)
812 tilde_expand2(mp->shp,tilde);
820 tilde = -1;
824 tilde = stktell(stkp)+(c+1);
2586 * This is the default tilde disciplin
[all...]
/ast/src/lib/libtk/library/
H A Dxmfbox.tcl400 # Perform tilde substitution
404 set tilde [lindex $list 0]
406 set tilde [glob $tilde]
408 set text [eval file join [concat $tilde [lrange $list 1 end]]]

Completed in 23 milliseconds