Searched defs:tilde (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dvariant.h52 char tilde; member in struct:variant
/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/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/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...]

Completed in 102 milliseconds