Lines Matching refs:cr
25 int cr, type, shortl; in makeline() local
28 cr=c; in makeline()
32 for(cr=c; cr < ncol && (ctype(i,cr)=='s'||type==thish(i,cr)); cr++); in makeline()
34 for(cr=c+1; cr<ncol && ctype(i,cr)=='s'; cr++); in makeline()
35 drawline(i, c, cr-1, lintype, 0, shortl); in makeline()
41 int cr, cl; in fullwide() local
44 cr= 0; in fullwide()
45 while (cr<ncol) in fullwide()
47 cl=cr; in fullwide()
50 for(cr=cl; cr<ncol; cr++) in fullwide()
51 if (i>0 && vspand(prev(i),cr,1)) in fullwide()
54 drawline(i,cl,(cr<ncol?cr-1:cr),lintype,1,0); in fullwide()
62 drawline(int i, int cl, int cr, int lintype, int noheight, int shortl) in drawline() argument
75 nodata = cr-cl>=ncol || noheight || allh(i); in drawline()
110 switch(interv(i,cr+1)) in drawline()
119 switch(interv(i,cr+1)) in drawline()
132 fprintf(tabout, "\\l'|\\n(%du'", cr+CRIGHT); in drawline()
138 if (cr+1>=ncol) in drawline()
141 fprintf(tabout, "\\l'(|\\n(%du+|\\n(%du)/2u%s%s'", cr+CRIGHT, in drawline()
142 cr+1+CLEFT, exhr, lnch); in drawline()