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

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dvariant.h52 char tilde; member in struct:variant
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtilde.sh91 print $'print ~+\n[[ $1 ]] && $0' > $tmp/tilde
92 chmod +x $tmp/tilde
94 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dgetsyntx.c68 v.tilde = e[6];
H A Dm_varian.c248 __m_invariant[v->tilde] = '~';
266 __m_unvariant['~'] = v->tilde;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c34 char *tilde; /* "~user" if not expanding tilde, else "" */ variable
94 tilde = "";
184 tilde = "~";
187 tilde = cp1 = buf;
218 tilde = "";
225 Cat(tilde, s);
266 Cat(tilde, tpathp);
319 Cat(tilde, tpathp);
527 Cat(tilde, tpath
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c432 int tilde = -1; local
444 tilde = stktell(stkp);
613 if(tilde>=0)
614 tilde_expand2(mp->shp,tilde);
738 tilde = stktell(stkp)+(c+1);
744 if(tilde >=0)
749 tilde_expand2(mp->shp,tilde);
750 tilde = -1;
754 tilde = stktell(stkp)+(c+1);
2412 * This is the default tilde disciplin
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c786 int tilde; local
829 tilde = 1;
833 tilde = 0;
844 if (tilde) {
H A Dstartup.c815 int tilde; local
889 * Get right-hand of expression - accept optional tilde
891 tilde = 0;
893 tilde = 1;
908 * Apply the tilde operator, if found.
911 if (tilde) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c327 * Expand file name with possible tilde usage
333 tilde(tchar *new, tchar *old) function
342 tprintf("TRACE- tilde()\n");
548 if (tilde(tilded_dir, dir) == 0)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4366 {"backquote", "tilde", '`', '~', 0x29},
4552 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"

Completed in 88 milliseconds