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

/freebsd-12-stable/bin/ls/
H A Dls.h62 extern int f_notabs; /* don't use tab-separated multi-col output */
H A Dls.c134 int f_notabs; /* don't use tab-separated multi-col output */ variable
517 f_notabs = 1;
757 f_notabs = 1;
789 f_notabs = 0;
H A Dprint.c316 if (f_notabs)
380 (void)putchar(f_notabs ? ' ' : '\t');

Completed in 88 milliseconds