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

/freebsd-9.3-release/usr.bin/dc/
H A Dinout.c32 static int charcount; variable
162 if (charcount >= MAX_CHARS_PER_LINE) {
163 charcount = 0;
167 charcount++;
301 charcount = 0;
/freebsd-9.3-release/usr.bin/mail/
H A Dextern.h88 int charcount(char *, int);
H A Dutil.c344 if (reptype != 0 || charcount(cp, '!') < 2)
556 charcount(char *str, int c) function

Completed in 77 milliseconds