HomeSort by: relevance | last modified time | path
    Searched defs:charcount (Results 1 - 2 of 2) sorted by relevancy

  /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)

Completed in 14 milliseconds