Searched refs:dirent_type (Results 1 – 1 of 1) sorted by relevance
200 int dirent_type = is_dir ? DT_DIR : DT_UNKNOWN; in prompt() local215 && dirent_type != DT_LNK) in prompt()223 if (0 <= write_protected && dirent_type == DT_UNKNOWN) in prompt()228 dirent_type = DT_LNK; in prompt()230 dirent_type = DT_DIR; in prompt()242 switch (dirent_type) in prompt()273 if (dirent_type == DT_DIR in prompt()