Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c119 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 Dtu.c158 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 Dtv.c106 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 Dtf.c47 if (linestop[i]) in endoff()
H A Dt0.c52 int linestop[MAXLIN]; variable
H A Dt..c65 extern int linestop[];
H A Dt8.c62 if (linestop[nl]) in putline()
63 fprintf(tabout, ".mk #%c\n", linestop[nl]+'a'-1); in putline()