OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026