Home
last modified time | relevance | path

Searched refs:NELEM (Results 251 – 275 of 376) sorted by relevance

1...<<111213141516

/dports/games/xpilot/xpilot-4.5.5/contrib/
H A Dwildmap.c37 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro
177 for (j = 0; j < NELEM(mapopts); j++) { in Option_map()
182 if (j == NELEM(mapopts)) { in Option_map()
223 for (i = 0; i < NELEM(mapopts); i++) { in Option_map()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/
H A Dwildmap.c37 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro
177 for (j = 0; j < NELEM(mapopts); j++) { in Option_map()
182 if (j == NELEM(mapopts)) { in Option_map()
223 for (i = 0; i < NELEM(mapopts); i++) { in Option_map()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dcmdline.c3391 *count_ptr = NELEM(options); in Get_option_descs()
3430 int option_count = NELEM(options); in Init_options()
3453 int option_count = NELEM(options); in Free_options()
3474 int option_count = NELEM(options); in Find_option_by_name()
/dports/editors/jupp/jupp/
H A Dcharmap.c1410 for (y = 0; y != NELEM(builtin_charmaps); ++y) in find_charmap()
1456 for (y = 0; y != NELEM(builtin_charmaps); ++y) { in get_encodings()
H A Dconfig.h99 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/alevt/
H A Dalevt-cap.c125 for (i = 0; i < NELEM(opts); ++i) in option()
/dports/shells/pdksh/pdksh-5.2.14/
H A Demacs.c1394 for (f = 0; f < NELEM(x_ftab); f++)
1437 for (f = 0; f < NELEM(x_ftab); f++)
1441 if (f == NELEM(x_ftab) || x_ftab[f].xf_flags & XF_NOBIND) {
1487 for (i = 0; i < NELEM(x_defbindings); i++) in x_init_emacs()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gp/
H A Dgphjj.F1835 NELEM = 0
1839 NELEM = NELEM + 1
1843 NOFDIA = NELEM
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-vexpr.c777 reflrv = regexec(&re, vcp->vc_argv[0], NELEM(rema), rema, 0); in a_vexpr_string()
805 for(argc = i = 1; i < NELEM(rema); ++i) in a_vexpr_string()
908 for(i = 0; i < NELEM(a_vexpr_subcmds); ++i){ in c_vexpr()
H A Dquit.c687 for (i = 0; i < NELEM(_quitnames); ++i) in savequitflags()
700 for (i = 0; i < NELEM(_quitnames); ++i) { in restorequitflags()
H A Diconv.c110 npp = &names[NELEM(names)]; in n_iconv_name_is_ascii()
H A Dfilter-html.c912 if(UNLIKELY(PCMP(++hftp, >=, &a_flthtml_tags[NELEM(a_flthtml_tags)]))){ in a_flthtml_check_tag()
1105 PCMP(hfep, <, a_flthtml_ents + NELEM(a_flthtml_ents)); ++hfep) in a_flthtml_check_ent()
1329 if((i = fread(buf, sizeof(buf[0]), NELEM(buf), n_stdin)) == 0){ in mx_flthtml_process_main()
H A Dtty-mle.c1115 }else if(++i == NELEM(wlist)){ in a_tty_hist_is_gabby_ok()
3291 tbbtp_max = &tbbtp[NELEM(a_tty_bind_base_tuples)]; in a_tty_readline()
3318 NELEM(a_tty_bind_base_tuples)]){ in a_tty_readline()
3320 tbbtp_max = &tbbtp[NELEM(a_tty_bind_default_tuples)]; in a_tty_readline()
3385 &a_tty_input_ctx_maps[NELEM(a_tty_input_ctx_maps)])); in BITENUM_IS()
3742 for(i = 0; i < NELEM(a_tty_bind_fun_names); ++i) in a_tty_bind_parse()
4038 NELEM(a_tty.tg_bind_shcut_cancel[hmap_idx]) - 1]); in a_tty__bind_tree_add()
4048 NELEM(a_tty.tg_bind_shcut_prompt_char[hmap_idx]) - 1]); in a_tty__bind_tree_add()
4215 tbbtp_max = &tbbtp[NELEM(a_tty_bind_base_tuples)]; in mx_tty_init()
4237 tbbtp_max = &tbbtp[NELEM(a_tty_bind_default_tuples)]; in mx_tty_init()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb_iterator.c766 for (i = 0; i < NELEM(optionsql); i++) { in pkgdb_load_options()
840 column = bsearch(colname, columns, NELEM(columns) - 1, in populate_pkg()
923 column = bsearch(colname, columns, NELEM(columns) - 1, in populate_pkg()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dcolors.c788 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_init_color_cube()
994 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_debug()
H A Dpaintdata.c1026 for (i = 1; i < NELEM(scaleArray); i++) { in Init_scale_array()
1037 for (i = NELEM(scaleArray) - 1; i >= 0; i--) { in Init_scale_array()
1053 for (i = 1; i < NELEM(scaleArray); i++) { in Init_scale_array()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Doption.h180 for (ii = 0; ii < NELEM(option_array); ii++) \
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dcmdline.c3955 *count_ptr = NELEM(opts); in Get_option_descs()
3988 int i, option_count = NELEM(opts); in Init_options()
4008 int i, option_count = NELEM(opts); in Free_options()
4029 int j, option_count = NELEM(opts); in Find_option_by_name()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dcolors.c758 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_init_color_cube()
959 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_debug()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dcolors.c760 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_init_color_cube()
961 for (i = 0; i < NELEM(rgb_cube_sizes); i++) { in Colors_debug()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dasxxxx.c88 #define NELEM(x) (sizeof (x) / sizeof (x)[0]) macro
624 for (i = 0; i < NELEM (cpus); ++i) in asxxxx_set_cpu_type()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Despresso.h116 #define NELEM(set) (BPI * LOOP(set)) macro
166 #define set_save(r) set_copy(ALLOC(unsigned int, SET_SIZE(NELEM(r))), r)
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dconst.h102 #define NELEM(a) ((int)(sizeof(a) / sizeof((a)[0]))) macro
/dports/mail/s-nail/s-nail-14.9.23/include/su/
H A Dcode-ou.h107 #undef NELEM
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dcluster.F5321 DIMENSION NELEM(*)
5403 NELEM(NTT)=J
5417 NCASE=NELEM(L)
5447 NCASE=NELEM(L)
5573 NELEM(NEL)=J
5577 NVN=NELEM(1)
5626 NVNA=NELEM(JA)
7656 DIMENSION NELEM(*)
7858 NELEM(NTT)=J
7866 NCASE=NELEM(L)
[all …]

1...<<111213141516