Home
last modified time | relevance | path

Searched refs:MAX_CHARS_PER_LINE (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/dc/
Dinout.c25 #define MAX_CHARS_PER_LINE 68 macro
155 if (charcount >= MAX_CHARS_PER_LINE) { in putcharwrap()