HomeSort by: relevance | last modified time | path
    Searched defs:tilde (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rdist/
expand.c 60 const char *tilde; /* "~user" if not expanding tilde, else "" */ variable in typeref:typename:const char *
116 tilde = "";
209 tilde = "~";
212 tilde = cp1 = expbuf;
234 tilde = "";
241 Cat(tilde, s);
279 Cat(tilde, tpathp);
326 Cat(tilde, tpathp);
515 Cat(tilde, tpathp)
    [all...]
  /src/bin/csh/
file.c 91 static Char *tilde(Char *, Char *);
341 * Expand file name with possible tilde usage
347 tilde(Char *new, Char *old) function in typeref:typename:Char *
503 if (tilde(tilded_dir, dir) == 0)
  /src/bin/ksh/
eval.c 58 static char *tilde ARGS((char *acp));
345 /* Enabling tilde expansion
352 * Not doing tilde expansion
372 /* Enable tilde expansion */
1231 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST) ? tilde(Xstring(ts, tp)) : (char *) 0;
1247 * tilde expansion
1253 tilde(cp) function

Completed in 13 milliseconds