Searched refs:bodyf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dio.c659 if (bodyf.size == 0)
660 bodyf.size = 11;
662 f->size = bodyf.size + sizedelta;
664 f->size += bodyf.size;
666 f->size = bodyf.size - f->size;
H A Dindent_globs.h225 bodyf; /* major body font */ variable in typeref:struct:
H A Dindent.c238 if (bodyf.font[0] == 0)
239 parsefont(&bodyf, "R");
250 writefdef(&bodyf, 'B');
998 e_code = chfont(&bodyf, &keywordf, e_code);
1004 e_code = chfont(&keywordf, &bodyf, e_code);
H A Dargs.c117 {"fb", PRO_FONT, 0, 0, (int *) &bodyf},

Completed in 124 milliseconds