HomeSort by: relevance | last modified time | path
    Searched defs:f_listdot (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ls/
ls.c 97 int f_listdot; /* list files beginning with . */ variable in typeref:typename:int
151 f_listdot = 1;
217 f_listdot = 1;
453 p->fts_name[0] == '.' && !f_listdot) {
550 if (cur->fts_name[0] == '.' && !f_listdot) {

Completed in 12 milliseconds