Home
last modified time | relevance | path

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

/original-bsd/sys/vax/uba/
H A Dqvioctl.h44 short max_col; /* max character col */ member
H A Dqv.c1048 if( ++qp->col >= qp->max_col ) {
/original-bsd/sys/pmax/include/
H A Dpmioctl.h136 short max_col; /* max character col */ member
/original-bsd/usr.bin/indent/
H A Dindent_globs.h117 int max_col; /* the maximum allowable line length */ variable
H A Dio.c266 if ((w = count_spaces(t, s_code) - max_col) > 0 in compute_code_target()
267 && count_spaces(target_col, s_code) <= max_col) { in compute_code_target()
H A Dindent.c119 max_col = 78; /* -l78 */
214 block_comment_max_col = max_col;
946 if (break_comma && (!ps.leave_comma || compute_code_target() + (e_code - s_code) > max_col - 8))
H A Dpr_comment.c69 adj_max_col = max_col; in pr_comment()
H A Dargs.c89 "l", PRO_INT, 78, 0, &max_col,
/original-bsd/local/toolchest/ksh/sh/
H A Dvi.c116 #define max_col editb.e_llimit /* maximum column */ macro
385 max_col = nchar - 2;
611 if( last_virt<max_col && last_phys<max_col )
1286 if( last_virt >= max_col || last_phys >= max_col )
/original-bsd/sys/vax/stand/
H A Dqvcons.c256 if( ++qv_scn.col >= qv_scn.max_col ) {
/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c1479 int retry_cnt, max_col, i; local
1561 max_col = COL_MAX(res);
1564 for (i=0; i< max_col; i++)
1569 if (i == max_col)
1581 map->map_valcolno = max_col - 1;
1585 for (i=0; i< max_col; i++)
/original-bsd/sys/pmax/dev/
H A Dpm.c358 fp->fbu->scrInfo.max_col = 80;
H A Dxcfb.c642 fp->fbu->scrInfo.max_col = 80;
H A Dcfb.c537 fp->fbu->scrInfo.max_col = 80;
H A Dmfb.c415 fp->fbu->scrInfo.max_col = 80;
H A Dfb.c786 if (fp->col >= fp->fbu->scrInfo.max_col) {