Home
last modified time | relevance | path

Searched refs:MAX_FUNCTIONS (Results 1 – 25 of 47) sorted by relevance

12

/dports/irc/epic4/epic4-2.10.9/include/
H A Dstatus.h14 #define MAX_FUNCTIONS 40 macro
19 const char * (*func[MAX_FUNCTIONS]) (struct WindowStru *, int, int);
20 int map[MAX_FUNCTIONS];
21 int key[MAX_FUNCTIONS];
/dports/irc/epic5/epic5-2.1.6/include/
H A Dstatus.h14 #define MAX_FUNCTIONS 40 macro
19 const char * (*func[MAX_FUNCTIONS]) (struct WindowStru *, short, char);
20 short map[MAX_FUNCTIONS];
21 char key[MAX_FUNCTIONS];
/dports/games/meqcc/meqcc-1.4/
H A Dqcc.h415 #define MAX_FUNCTIONS 16384 macro
440 extern dfunction_t functions[MAX_FUNCTIONS];
443 (numfunctions > MAX_FUNCTIONS || numfunctions < 0) \
H A Dqcc.c35 dfunction_t functions[MAX_FUNCTIONS];
36 char unusedfunctionname[MAX_FUNCTIONS]; //MrE
662 Log_Print("numfunctions = %6i, max = %i\n", numfunctions, MAX_FUNCTIONS); in WriteData()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/kyra/
H A Ddekyra.h45 #define MAX_FUNCTIONS 400 macro
68 Function functions[MAX_FUNCTIONS];
H A Ddekyra_v1.cpp298 if (script->numFunctions < MAX_FUNCTIONS) { in c1_traceJumpTo()
324 if (script->numFunctions < MAX_FUNCTIONS) { in c1_traceIfNotJmp()
/dports/databases/recutils/recutils-1.8/src/
H A Drec-aggregate.c41 #define MAX_FUNCTIONS 40 macro
51 struct rec_aggregate_reg_elem_s functions[MAX_FUNCTIONS];
158 if (func_reg->num_functions == MAX_FUNCTIONS) in rec_aggregate_reg_add()
/dports/games/uhexen2/hexen2source-1.5.9/utils/dcc/
H A Dqcc.h282 #define MAX_FUNCTIONS 8192 macro
446 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/games/quake-source/quake-source-1.01_1/send/
H A Dqcc.h398 #define MAX_FUNCTIONS 8192 macro
412 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/games/qcc/send/
H A Dqcc.h398 #define MAX_FUNCTIONS 8192 macro
412 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/games/qccx/qccx-1.0.0/
H A Dqcc.h436 #define MAX_FUNCTIONS 8192 macro
451 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/games/frikqcc/frik26src/decompiler/
H A Dqcc.h149 #define MAX_FUNCTIONS 8192 macro
219 extern dfunction_t functions[MAX_FUNCTIONS];
H A Dmain.c14 dfunction_t functions[MAX_FUNCTIONS];
/dports/irc/epic4/epic4-2.10.9/source/
H A Dstatus.c67 #define MAX_FUNCTIONS 40 macro
332 if (cp >= MAX_FUNCTIONS) in build_status_format()
362 while (cp < MAX_FUNCTIONS) in build_status_format()
410 for (i = 0; i < MAX_FUNCTIONS; i++) in rebuild_a_status()
475 for (k = 0; k < MAX_FUNCTIONS; k++) in init_status()
507 Char *func_value [MAX_FUNCTIONS]; in make_status()
571 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status()
/dports/games/uhexen2/hexen2source-1.5.9/utils/hcc/
H A Dhcc.h44 #define MAX_FUNCTIONS 8192 macro
284 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/security/py-first-server/FIRST-server-0.0.7/server/rest/
H A Dviews.py22 MAX_FUNCTIONS = 20 variable
158 if (dict != type(functions)) or (MAX_FUNCTIONS < len(functions)):
478 if ((dict != type(functions)) or MAX_FUNCTIONS < len(functions)):
/dports/irc/epic5/epic5-2.1.6/source/
H A Dstatus.c67 #define MAX_FUNCTIONS 40 macro
346 if (cp >= MAX_FUNCTIONS) in build_status_format()
376 while (cp < MAX_FUNCTIONS) in build_status_format()
432 for (i = 0; i < MAX_FUNCTIONS; i++) in compile_status()
483 const char *func_value [MAX_FUNCTIONS]; in make_status()
564 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status()
870 for (k = 0; k < MAX_FUNCTIONS; k++) in initialize_status()
907 for (k = 0; k < MAX_FUNCTIONS; k++) in destroy_status()
/dports/games/frikqcc/frik26src/compiler/
H A Dqcc.h285 #define MAX_FUNCTIONS 16384 macro
300 extern dfunction_t functions[MAX_FUNCTIONS];
/dports/irc/ircII/ircii-20210314/source/
H A Dstatus.c97 #define MAX_FUNCTIONS 45 macro
117 static u_char *(*status_func[3][MAX_FUNCTIONS])(Window *);
456 if (*cp < MAX_FUNCTIONS) in convert_format()
684 for (i = func_cnt[k]; i < MAX_FUNCTIONS; i++) in build_status()
734 u_char *func_value[MAX_FUNCTIONS]; in make_status_one()
746 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status_one()
767 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status_one()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dstatus.c103 #define MAX_FUNCTIONS 33 macro
128 static u_char *(*status_func[3][MAX_FUNCTIONS]) _((Window *));
481 if (*cp < MAX_FUNCTIONS)
719 for (i = func_cnt[k]; i < MAX_FUNCTIONS; i++)
733 u_char *func_value[MAX_FUNCTIONS];
771 for (i = 0; i < MAX_FUNCTIONS; i++)
803 for (i = 0; i < MAX_FUNCTIONS; i++)
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dstatus.c158 #define MAX_FUNCTIONS 45 macro
193 static char *(*status_func[4][MAX_FUNCTIONS]) _((Window *));
613 if (*cp < MAX_FUNCTIONS)
1086 for (i = func_cnt[k]; i < MAX_FUNCTIONS; i++)
1137 for (i=func_cnt[k];i<MAX_FUNCTIONS;i++)
1199 u_char *func_value[MAX_FUNCTIONS];
1211 for (i = 0; i < MAX_FUNCTIONS; i++)
1235 for (i = 0; i < MAX_FUNCTIONS; i++)
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dstatus.c413 if (*cp >= MAX_FUNCTIONS) in convert_format()
656 for (i = win->func_cnt[k]; i < MAX_FUNCTIONS; i++) in BX_build_status()
668 char *func_value[MAX_FUNCTIONS+10] = {NULL}; in make_status()
701 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dstatus.c413 if (*cp >= MAX_FUNCTIONS) in convert_format()
656 for (i = win->func_cnt[k]; i < MAX_FUNCTIONS; i++) in BX_build_status()
668 char *func_value[MAX_FUNCTIONS+10] = {NULL}; in make_status()
701 for (i = 0; i < MAX_FUNCTIONS; i++) in make_status()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h565 #define MAX_FUNCTIONS 36 macro
651 char *(*status_func[4][MAX_FUNCTIONS]) (struct WindowStru *);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h565 #define MAX_FUNCTIONS 36 macro
651 char *(*status_func[4][MAX_FUNCTIONS]) (struct WindowStru *);

12