sdiff.c | 31 #define WIDTH 130 63 size_t line_width; /* width of a line (two columns and divider) */ 64 size_t width; /* width of each column */ variable in typeref:typename:size_t 87 { "width", required_argument, NULL, 'w' }, 158 size_t diffargc = 0, wflag = WIDTH; 238 errx(2, "width is %s: %s", errstr, optarg); 284 width = (wflag - 3) / 2; 286 if (width > (SIZE_T_MAX - 3) / 2) 287 errx(2, "width is too large: %zu", width) [all...] |