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

/freebsd-12-stable/bin/ls/
H A Dls.h57 extern int f_slash; /* append a '/' if the file is a directory */
H A Dls.c145 int f_slash; /* similar to f_type, but only for dirs */ variable
351 f_slash = 0;
428 f_slash = 1;
542 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash)
H A Dprint.c493 if (f_slash) {

Completed in 106 milliseconds