/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...] |
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)
|
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
|
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
|