Home | History | Annotate | Download | only in processor

Lines Matching refs:kMaxWidth

71 static const int kMaxWidth = 80;  // optimize for an 80-column terminal
76 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
90 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {