Home
last modified time | relevance | path

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

/dports/games/ltris/ltris-1.2.1/src/
H A Dchart.c32 Font *cfont = 0, *chfont = 0, *ccfont = 0; /* normal, highlight and caption font */ variable
217 chfont = load_fixed_font( "f_small_white.bmp", 32, 96, 8 ); in chart_load()
235 free_font( &chfont ); in chart_delete()
366 if ( chart->entries[i].new_entry ) font = chfont; in chart_show()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tbl/
H A Dt8.c13 int vct, chfont, uphalf; in putline() local
69 chfont = 0; in putline()
75 chfont = 1; in putline()
99 if (chfont) in putline()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/tbl/
H A Dt8.c42 int vct, chfont; in putline() local
104 chfont=0; in putline()
109 chfont |= (intptr_t)(font[stynum[nl]][c]); in putline()
129 if (chfont) in putline()
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dchart.c33 extern StkFont *cfont, *chfont, *ccfont; /* normal, highlight and caption font */
356 if ( chart->entries[i].new_entry ) font = chfont; in chart_show()
401 if ( chart->entries[i].new_entry ) font = chfont; in chart_show_compact()
H A Dtheme.c115 StkFont *cfont = 0, *chfont = 0, *ccfont = 0; /* normal, highlight and caption font */ variable
553 chfont = theme_load_font_fixed( "f_small_white.png", 32, 96, 8 ); in theme_load()
669 stk_font_free( &chfont ); in theme_delete()
/dports/chinese/gb2ps/GB2PS/
H A Dgb2ps.h52 int chfont; member
H A Dgbpage.c31 page[0].chfont=CFP; in init_page()
H A Dgbchar.c73 page[pagecounter+1].chfont=CFP; in newline()
295 CFP=page[page_begin_print].chfont; in AnalyseDoc()
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dindent.c988 e_code = chfont(&bodyf, &keywordf, e_code);
994 e_code = chfont(&keywordf, &bodyf, e_code);
1007 e_code = chfont(&bodyf, &stringf, e_code);
1024 e_code = chfont(&stringf, &bodyf, e_code - 1);
H A Dindent_globs.h288 char *chfont();
H A Dio.c641 chfont(of, nf, s) in chfont() function
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dindent.h300 char *chfont ();
H A Dindent.c1157 e_code = chfont (&bodyf, &keywordf, e_code);
1164 e_code = chfont (&keywordf, &bodyf, e_code);
1177 e_code = chfont (&bodyf, &stringf, e_code);
1194 e_code = chfont (&stringf, &bodyf, e_code - 1);
H A Dindent_globs.h345 char *chfont ();
H A Dio.c773 chfont (of, nf, s) in chfont() function
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dindent.h300 char *chfont ();
H A Dindent.c1148 e_code = chfont (&bodyf, &keywordf, e_code);
1155 e_code = chfont (&keywordf, &bodyf, e_code);
1168 e_code = chfont (&bodyf, &stringf, e_code);
1185 e_code = chfont (&stringf, &bodyf, e_code - 1);
H A Dindent_globs.h345 char *chfont ();
H A Dio.c775 chfont (of, nf, s) in chfont() function
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DMANIFEST240 examples/chfont Test of chinese fonts