Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c114 #define MAXCHARS 5000 macro
215 static char parabuf[MAXCHARS];
397 max_width = xdectoumax (max_width_option, 0, MAXCHARS / 2, "", in main()
680 end_of_parabuf = &parabuf[MAXCHARS]; in get_line()