Home | History | Annotate | Download | only in fsdb

Lines Matching defs:chars

896 	int chars;
900 chars = 0;
909 if ((chars + strlen(prbuf)) > CHARS_PER_LINES) {
911 chars = 0;
913 if (chars == 0)
916 chars += strlen(prbuf);
924 int chars;
928 chars = 0;
939 if ((chars + strlen(prbuf)) > CHARS_PER_LINES) {
941 chars = 0;
943 if (chars == 0)
946 chars += strlen(prbuf);