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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c134 static wchar_t Sepc = 0; variable
410 if ((Sepc = argv[optnum][argv_ind]) == '\0')
411 Sepc = '\t';
422 Sepc = wc;
589 Linew = Ncols != 1 && Sepc == 0 ? LINEW : 512;
718 if (Sepc)
719 (void) put(Sepc);
769 (void) put(Sepc);
829 if (Sepc)
830 (void) put(Sepc);
[all...]

Completed in 68 milliseconds