Home
last modified time | relevance | path

Searched refs:MAXCHARS (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dmakeafm.c113 #define MAXCHARS 20000 // at most 20K chars in any one font. macro
117 static char charname[MAXCHARS][MAXUNINAME];
118 static uint32_t codepoint[MAXCHARS];
119 static int glyphnumber[MAXCHARS];
121 static int glyphindex[MAXCHARS];
159 for (i=0; i<MAXCHARS; i++) in process_file()
191 { if (nchars >= MAXCHARS || in process_file()
192 glyphnum >= MAXCHARS) in process_file()
223 static tableindex[MAXCHARS];
H A Dmakeafm.cpp110 #define MAXCHARS 20000 // at most 20K chars in any one font. macro
114 static char charname[MAXCHARS][MAXUNINAME];
115 static uint32_t codepoint[MAXCHARS];
116 static int glyphnumber[MAXCHARS];
118 static int glyphindex[MAXCHARS];
153 for (i=0; i<MAXCHARS; i++) in process_file()
185 { if (nchars >= MAXCHARS || in process_file()
186 glyphnum >= MAXCHARS) in process_file()
217 static int tableindex[MAXCHARS];
/dports/textproc/enchant/enchant-1.6.0/src/uspell/
H A Duspell_provider.cpp128 wide_t buf1[MAXCHARS], buf2[MAXCHARS], *curBuf, *otherBuf, *tmpBuf; in uspell_dict_check()
129 utf8_t myWord[MAXCHARS]; in uspell_dict_check()
132 if (len >= MAXCHARS) in uspell_dict_check()
140 length = utf8_wide(curBuf, myWord, MAXCHARS); in uspell_dict_check()
178 utf8_t myWord[MAXCHARS]; in uspell_dict_suggest()
182 wide_t buf[MAXCHARS]; in uspell_dict_suggest()
195 length = utf8_wide(buf, myWord, MAXCHARS); in uspell_dict_suggest()
220 wide_t buf[MAXCHARS]; in uspell_dict_add_to_session()
221 utf8_t myWord[MAXCHARS]; in uspell_dict_add_to_session()
227 if (len >= MAXCHARS) in uspell_dict_add_to_session()
[all …]
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A Deaw_gen.cpp45 static const int MAXCHARS = 0x20000; variable
101 MAXCHARS / 2); in preamble()
113 MAXCHARS / 2); in preamble()
129 for (int i = 0; i < MAXCHARS; ) { in main()
/dports/emulators/tiemu3/tiemu-3.03/man/
H A Dcleaner.c24 #define MAXCHARS 256 macro
28 char filename[MAXCHARS]; in main()
29 char filename2[MAXCHARS]; in main()
30 char filename3[MAXCHARS]; in main()
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A DSFont.h44 #define MAXCHARS 128-32 macro
45 SDL_Surface *CharSurf[MAXCHARS];
46 int CharWid[MAXCHARS];
/dports/textproc/libunibreak/libunibreak-4.3/tools/
H A Dlinebreak_test.c24 #define MAXCHARS 16384 macro
134 utf8_t buffer[MAXCHARS]; in main()
135 char brks[MAXCHARS]; in main()
190 count = fread(buffer, sizeof(utf8_t), MAXCHARS, fp); in main()
/dports/biology/fasta/fasta/
H A Dfind.gbl7 #define MAXCHARS 100
16 char *wordarr; /* wordarr[MAXCHARS] holds the patterns */
H A Dqsubs.h3 #define MAXCHARS 1000 macro
/dports/sysutils/heirloom/heirloom-070715/grep/
H A Degrep.y85 static unsigned MAXCHARS; variable
201 unsigned omaxchars = MAXCHARS; in more_chars()
203 incr = need - MAXCHARS + 32; in more_chars()
204 MAXCHARS += incr; in more_chars()
205 chars = erealloc(chars, MAXCHARS * sizeof *chars); in more_chars()
271 if (nxtchar >= MAXCHARS) more_chars(nxtchar); in yylex()
282 if (nxtchar >= MAXCHARS) more_chars(nxtchar); in yylex()
/dports/cad/electric/electric-7.00/src/io/
H A Diovhdl.c39 #define MAXCHARS 300 macro
88 CHAR *pt, *start, text[MAXCHARS], cellname[256], endtag[256]; in io_vhdlreadfile()
102 if (xfgets(text, MAXCHARS, io)) break; in io_vhdlreadfile()
/dports/comms/xmorse/xmorse-20041125_10/
H A DCodebox.cxx30 #define MAXCHARS 200 // Big enough to overflow Codebox line. macro
59 maximum_size(MAXCHARS); // A sensible growth policy in Codebox()
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/
H A Dtalk2boopsi.pas60 MAXCHARS = 3;
124 STRINGA_MaxChars, MAXCHARS,
/dports/devel/cutils/cutils-1.6/src/yyref/
H A Dyyref.c43 #define MAXCHARS 100 macro
48 char ident[MAXCHARS];
/dports/mail/py-fuglu/fuglu-0.8.0/src/tools/
H A Dfuglu_conf98 MAXCHARS = 15
99 if len(pdef) > MAXCHARS:
100 pdef = pdef[:MAXCHARS - 3] + "..."
/dports/astro/sextractor/sextractor-2.5.0/src/fits/
H A Dfitscat.h24 #define MAXCHARS 256 /* max. number of characters */ macro
128 char filename[MAXCHARS]; /* file name */
172 char swapname[MAXCHARS]; /* name of the swapfile */
H A Dfitscleanup.c85 QMALLOC(cleanup_filename[cleanup_nfiles], char, MAXCHARS); in add_cleanupfilename()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_util.h39 #define MAXCHARS 8 macro
/dports/misc/gnuls/coreutils-8.30/src/
H A Dfmt.c115 #define MAXCHARS 5000 macro
216 static char parabuf[MAXCHARS];
398 max_width = xdectoumax (max_width_option, 0, MAXCHARS / 2, "", in main()
669 end_of_parabuf = &parabuf[MAXCHARS]; in get_line()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dfmt.c115 #define MAXCHARS 5000 macro
216 static char parabuf[MAXCHARS];
398 max_width = xdectoumax (max_width_option, 0, MAXCHARS / 2, "", in main()
669 end_of_parabuf = &parabuf[MAXCHARS]; in get_line()
/dports/www/analog/analog-6.0/src/
H A Douthtml.c971 #define MAXCHARS (54) /* Max length of a label, INCLUDING \0. */ macro
1141 char t[MAXCHARS]; in piechart_wedge()
1180 if ((len = strlen(s)) <= MAXCHARS - 1) in piechart_wedge()
1183 strncpy(t, s, (MAXCHARS - 3) / 2); in piechart_wedge()
1184 strcpy(t + (MAXCHARS - 3) / 2, "..."); in piechart_wedge()
1185 strncpy(t + (MAXCHARS + 3) / 2, s + len - (MAXCHARS - 4) / 2, in piechart_wedge()
1186 (MAXCHARS - 4) / 2); in piechart_wedge()
1187 t[MAXCHARS - 1] = '\0'; in piechart_wedge()
/dports/emulators/tiemu3/tiemu-3.03/src/misc/
H A Dstruct.h39 #define MAXCHARS 256 macro
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_struct.h39 #define MAXCHARS 256 macro
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFrdpt.c723 #define MAXCHARS 4 in CIFParseLayer() macro
724 char name[MAXCHARS+1]; in CIFParseLayer()
736 for (i=0; i<=MAXCHARS; i++) in CIFParseLayer()
/dports/lang/ratfor/ratfor-1985.06_14/
H A Dratdef.h141 #define MAXCHARS 10 /* characters for outnum */ macro

123