Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dovprintf.c47 _strout(string, count, adjust, file, fillch) in _strout() argument
54 if (*string=='-' && fillch=='0') {
58 putchar(fillch);
64 putchar(fillch);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c186 int width, prec, fillch; local
223 fillch = ' ';
225 fillch = '0';
353 if (fillch == '0' && prec >= 0) {
413 if (fillch == ' ')
462 *buf++ = fillch;
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1577 int width, prec, fillch; local
1604 fillch = ' ';
1606 fillch = '0';
1672 if (fillch == '0' && prec > 0) {
1751 *buf++ = fillch;