Home | History | Annotate | Download | only in info

Lines Matching refs:this_dir

81   char *this_dir;
104 while ((this_dir = extract_colon_unit (infopath, &path_index)))
110 if (*this_dir == '~')
114 tilde_expanded_dirname = tilde_expand_word (this_dir);
115 if (tilde_expanded_dirname != this_dir)
117 free (this_dir);
118 this_dir = tilde_expanded_dirname;
129 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen);
131 strcpy (fullpath, this_dir);
155 free (this_dir);