Home | History | Annotate | Download | only in utils

Lines Matching full:outline

107     char outline[200]; // should be ok because we specify a max. width for everything here.
109 sprintf(outline, "%-30.30s", getName());
110 doPrint(&(outline[30]));
111 sprintf(&(outline[60]), " %.128s", fDescription.c_str());
112 if (' ' == outline[strlen(outline)-1]) {
113 for (int i = strlen(outline)-1 ; ' ' == outline[i] ; i--) {
114 outline[i] = '\0';
117 o->writeText(outline);