Home
last modified time | relevance | path

Searched refs:metaflag (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dexpand.c1070 int metaflag; in expmeta() local
1079 metaflag = 0; in expmeta()
1083 metaflag = 1; in expmeta()
1094 metaflag = 1; in expmeta()
1104 if (metaflag) in expmeta()
1110 if (metaflag == 0) { /* we've reached the end of the file name */ in expmeta()
1112 metaflag++; in expmeta()
1122 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()