Searched refs:tilde (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | variant.h | 52 char tilde; member in struct:variant
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | tilde.sh | 91 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 D | getsyntx.c | 68 v.tilde = e[6];
|
H A D | m_varian.c | 248 __m_invariant[v->tilde] = '~'; 266 __m_unvariant['~'] = v->tilde;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 34 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 D | macro.c | 432 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 D | menu_scsi.c | 786 int tilde; local 829 tilde = 1; 833 tilde = 0; 844 if (tilde) {
|
H A D | startup.c | 815 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 D | sh.file.c | 327 * 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 D | builtins.c | 4366 {"backquote", "tilde", '`', '~', 0x29}, 4552 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"
|
Completed in 114 milliseconds