Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/ed/
Ded.h48 # define LINECHARS INT_MAX /* max chars per line */ macro
50 # define LINECHARS MAXINT /* max chars per line */ macro
Dbuf.c95 if (s - cs >= LINECHARS) { in put_sbuf_line()