Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Ded.h45 # define LINECHARS INT_MAX /* max chars per line */ macro
47 # define LINECHARS MAXINT /* max chars per line */ macro
H A Dbuf.c93 if (s - cs >= LINECHARS) { in put_sbuf_line()