Home
last modified time | relevance | path

Searched refs:vdmprintf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.h142 static void vdmprintf(const char *format, ... );
175 vdmprintf("}\"%s%s\x1e",vdmnum(newx,nx),vdmnum(newy,ny)); in vdmorigin()
187 vdmprintf("\033[0&}#GROLBP\x1e!0%s%s\x1e$\x1e}F%s\x1e",\ in vdminit()
197 vdmprintf("}p\x1e"); in vdmend()
202 vdmprintf(const char *format, ... ) in vdmprintf() function
221 vdmprintf("I%s%s%s%s%s\x1e",vdmnum(pattern,patt),\ in vdmsetfillmode()
232 vdmprintf("5%s%s%s\x1e",vdmnum(centerx,x),vdmnum(centery,y),\ in vdmcircle()
242 vdmprintf("}6%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\ in vdmaarc()
255 vdmprintf("}6%s%s%s%s%s%s%s%s%s\x1e",vdmnum(arcopen,op),\ in vdmvarc()
267 vdmprintf("}7%s%s%s%s%s\x1e\n",vdmnum(centerx,x),vdmnum(centery,y),\ in vdmellipse()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117335 * src/devices/grolbp/lbp.h (lbpprintf, lbpputs, vdmprintf): Use
H A DChangeLog317 (lbpprintf, vdmprintf): Remove useless `inline' keyword (since the