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

  /src/bin/ls/
ls.h 50 extern int f_octal; /* print octal escapes for nongraphic characters */
51 extern int f_octal_escape; /* like f_octal but use C escapes if possible */
ls.c 102 int f_octal; /* print octal escapes for nongraphic characters */ variable
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;
print.c 196 if (f_octal || f_octal_escape)
391 if (f_octal || f_octal_escape)
501 if (f_octal || f_octal_escape)

Completed in 18 milliseconds