Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/indent/
Dargs.c52 #define PRO_FONT 4 /* troff font */ macro
103 {"fbc", PRO_FONT, 0, 0, (int *) &blkcomf },
104 {"fbx", PRO_FONT, 0, 0, (int *) &boxcomf },
105 {"fb", PRO_FONT, 0, 0, (int *) &bodyf },
107 {"fc", PRO_FONT, 0, 0, (int *) &scomf },
108 {"fk", PRO_FONT, 0, 0, (int *) &keywordf },
109 {"fs", PRO_FONT, 0, 0, (int *) &stringf },
236 if (p->p_type != PRO_SPECIAL && p->p_type != PRO_FONT) in set_defaults()
306 case PRO_FONT: in set_option()