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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c57 static enum printtypes printing = pr_none; variable in typeref:enum:printtypes
59 static int width = 60; /* width of multi-column printing */
69 printing = type;
211 switch ((int)printing) {
229 if (printing == pr_longnames)
240 if (printing == pr_cap && restrictterm &&
246 switch ((int)printing) {
258 switch ((int)printing) {
270 switch ((int)printing) {
281 switch ((int)printing) {
[all...]

Completed in 15 milliseconds