Home
last modified time | relevance | path

Searched refs:f_notabs (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/ls/
H A Dls.h60 extern int f_notabs; /* don't use tab-separated multi-col output */
H A Dls.c119 int f_notabs; /* don't use tab-separated multi-col output */ variable
520 f_notabs = 1; in main()
759 f_notabs = 0; in display()
H A Dprint.c311 if (f_notabs) in printcol()
375 (void)putchar(f_notabs ? ' ' : '\t'); in printcol()