Searched refs:charcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/dc/
H A Dinout.c32 static int charcount; variable
162 if (charcount >= MAX_CHARS_PER_LINE) {
163 charcount = 0;
167 charcount++;
329 charcount = 0;
/freebsd-13-stable/usr.bin/mail/
H A Dextern.h90 int charcount(char *, int);
H A Dutil.c346 if (reptype != 0 || charcount(cp, '!') < 2)
558 charcount(char *str, int c) function

Completed in 115 milliseconds