Searched refs:f_typedir (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/bin/ls/
H A Dls.h53 extern int f_typedir; /* add type character for directories */
H A Dprint.c125 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
145 if (f_type || f_typedir)
235 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
H A Dls.c94 int f_typedir; /* add type character for directories */ variable
227 f_typedir = 1;
265 if (!f_longform && !f_inode && !f_size && !f_type && !f_typedir &&

Completed in 300 milliseconds