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

  /src/bin/ls/
ls.c 102 int f_octal; /* print octal escapes for nongraphic characters */ variable in typeref:typename:int
103 int f_octal_escape; /* like f_octal but use C escapes if possible */
222 f_octal = 1;
228 f_octal = 0;
274 f_octal = 0;
298 f_octal = 0;

Completed in 12 milliseconds