Home | Sort by: relevance | last modified time | path |
/src/usr.bin/dc/ | |
inout.c | 31 static int charcount; variable in typeref:typename:int 159 if (charcount >= MAX_CHARS_PER_LINE) { 160 charcount = 0; 164 charcount++; 298 charcount = 0; |
/src/usr.bin/mail/ | |
support.c | 629 charcount(char *str, int c) function in typeref:typename:int 651 if (reptype != 0 || charcount(cp, '!') < 2) |