Home
last modified time | relevance | path

Searched defs:URLwin (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/htmlfmt/
H A Ddat.h2 typedef struct URLwin URLwin; typedef
17 struct URLwin struct
19 int infd;
20 int outfd;
21 int type;
46 extern void rendertext(URLwin*, Bytes*); argument