Searched refs:linestop (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t7.c | 119 if (linestop[i]) in deftail() 120 fprintf(tabout, ".nr #%c 0-1\n", linestop[i]+'a'-1); in deftail() 130 if (linestop[i]) in deftail() 131 fprintf(tabout, ".if \\n(#T>=0 .nr #%c \\n(#T\n",linestop[i]+'a'-1); in deftail() 145 fprintf(tabout, ".if \\n(#%c>=0 .sp -1\n",linestop[lf]+'a'-1); in deftail() 146 fprintf(tabout, ".if \\n(#%c>=0 ", linestop[lf]+'a'-1); in deftail()
|
H A D | tu.c | 158 linestop[i]=0; in getstop() 163 if (k>=0 && linestop[k]==0) in getstop() 164 linestop[k]= ++stopp; in getstop() 167 linestop[0]=1; in getstop()
|
H A D | tv.c | 106 fprintf(tabout, "\\L'|\\n(#%cu-%s", linestop[start]+'a'-1, vm=='v'? "1v" : "\\n(35u"); in drawvert() 116 …fprintf(tabout, "'\\s0\\v'\\n(\\*(#du-\\n(#%cu+%s", linestop[start]+'a'-1,vm=='v' ? "1v" : "\\n(35… in drawvert()
|
H A D | tf.c | 47 if (linestop[i]) in endoff()
|
H A D | t0.c | 52 int linestop[MAXLIN]; variable
|
H A D | t..c | 65 extern int linestop[];
|
H A D | t8.c | 62 if (linestop[nl]) in putline() 63 fprintf(tabout, ".mk #%c\n", linestop[nl]+'a'-1); in putline()
|