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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c104 static char pachar = ' ', /* Prepend/append character */ variable
699 pachar = ' ';
722 pachar = chrnow ? chrnow : ' ';
766 while (n--) *plast++ = pachar;
779 while (n--) *--pfirst = pachar;

Completed in 74 milliseconds