Searched defs:ls_tprint (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c2909 ls_tprint(char *str, long int p1, long int p2, long int p3, long int p4, function
2933 ls_tprint(lsc_bold, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2935 ls_tprint(lsc_underline, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2937 ls_tprint(lsc_blink, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2939 ls_tprint(lsc_reverse, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2941 ls_tprint(lsc_concealed, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2943 ls_tprint(lsc_none, 0, 0, 0, 0, 0, 0, 0, 0, 0);
2946 ls_tprint(lsc_setfg, c->fg, 0, 0, 0, 0, 0, 0, 0, 0);
2948 ls_tprint(lsc_setbg, c->bg, 0, 0, 0, 0, 0, 0, 0, 0);
2954 ls_tprint(lsc_non
[all...]

Completed in 214 milliseconds