Lines Matching full:expanded
308 char *expanded = 0;
336 expanded = tilde_expand (filename);
337 if (expanded != 0)
338 filename = expanded;
379 if (expanded)
380 free (expanded);
868 parts of the expanded buffer we haven't searched yet. */
932 /* Look for a semicolon in the expanded line. */
948 expanded the whole line, so we continue that for
983 been expanded... we'll never get here. */
989 on the line. If not, a variable expanded to nothing, so ignore
1095 /* Look for a semicolon in the expanded line. */
1632 /* We must allocate a new copy of the expanded string because
2665 w_static A static word; cannot be expanded
2873 char *expanded = tilde_expand (dir);
2874 if (expanded != 0)
2875 dir = expanded;