Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/troff2html/
H A Dtroff2html.c11 typedef struct Troffchar Troffchar; typedef
43 struct Troffchar struct
45 char *name;
46 char *value;
/plan9-contrib/sys/src/cmd/troff/
H A Dtdef.h589 enum { MBchar = 'U', Troffchar = 'C', Number = 'N', Install = 'i', Lookup = 'l' }; enumerator