Home
last modified time | relevance | path

Searched refs:add234 (Results 1 – 25 of 137) sorted by relevance

123456

/dports/textproc/halibut/halibut-1.2/
H A Dpsdata.c1175 add234(extrabyname, gp); in glyph_intern()
4565 add234(fi->widths, w); in init_std_fonts()
4572 add234(fi->kerns, (void *)kern); in init_std_fonts()
4575 add234(fi->ligs, (void *)lig); in init_std_fonts()
H A Din_afm.c204 add234(fi->ligs, l); in read_afm_file()
218 add234(fi->widths, w); in read_afm_file()
261 add234(fi->kerns, kp); in read_afm_file()
H A Dtree234.h56 void *add234(tree234 *t, void *e);
H A Dindex.c89 existing = add234(idx->tags, t); in index_merge()
188 t->refs[j] = add234(i->entries, ent); in build_index()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dloopgen.c355 add234(darkable_faces_sorted, fs); in generate_loop()
359 add234(lightable_faces_sorted, fs); in generate_loop()
465 add234(lightable_faces_sorted, fs); in generate_loop()
471 add234(darkable_faces_sorted, fs); in generate_loop()
H A Dtree234.h58 void *add234(tree234 *t, void *e);
H A Dflip.c335 if (add234(t, sq) != sq) in addsq()
450 add234(pick, sq2); in new_game_desc()
451 add234(cov, sq2); in new_game_desc()
452 add234(osize, sq2); in new_game_desc()
469 add234(pick, sq2); in new_game_desc()
470 add234(cov, sq2); in new_game_desc()
471 add234(osize, sq2); in new_game_desc()
/dports/security/putty-nogtk/putty-0.76/
H A Dtiming.c133 if (t != add234(timers, t)) { in schedule_timer()
136 add234(timer_contexts, t->ctx);/* don't care if this fails */ in schedule_timer()
H A Dtree234.h54 void *add234(tree234 * t, void *e);
H A Dsshshare.c538 if (add234(cs->halfchannels, hc) != hc) { in share_add_halfchannel()
577 if (add234(cs->channels_by_us, chan) != chan) { in share_add_channel()
582 if (add234(cs->channels_by_server, chan) != chan) { in share_add_channel()
598 add234(cs->channels_by_server, chan); in share_channel_set_server_id()
638 if (add234(cs->xchannels_by_us, xc) != xc) { in share_add_xchannel()
642 if (add234(cs->xchannels_by_server, xc) != xc) { in share_add_xchannel()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
1943 add234(cs->parent->connections, cs); in share_listen_accepting()
/dports/security/putty/putty-0.76/
H A Dtiming.c133 if (t != add234(timers, t)) { in schedule_timer()
136 add234(timer_contexts, t->ctx);/* don't care if this fails */ in schedule_timer()
H A Dtree234.h54 void *add234(tree234 * t, void *e);
H A Dsshshare.c538 if (add234(cs->halfchannels, hc) != hc) { in share_add_halfchannel()
577 if (add234(cs->channels_by_us, chan) != chan) { in share_add_channel()
582 if (add234(cs->channels_by_server, chan) != chan) { in share_add_channel()
598 add234(cs->channels_by_server, chan); in share_channel_set_server_id()
638 if (add234(cs->xchannels_by_us, xc) != xc) { in share_add_xchannel()
642 if (add234(cs->xchannels_by_server, xc) != xc) { in share_add_xchannel()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
1943 add234(cs->parent->connections, cs); in share_listen_accepting()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dtiming.c133 if (t != add234(timers, t)) { in schedule_timer()
136 add234(timer_contexts, t->ctx);/* don't care if this fails */ in schedule_timer()
H A Dtree234.h54 void *add234(tree234 * t, void *e);
H A Dsshshare.c538 if (add234(cs->halfchannels, hc) != hc) { in share_add_halfchannel()
577 if (add234(cs->channels_by_us, chan) != chan) { in share_add_channel()
582 if (add234(cs->channels_by_server, chan) != chan) { in share_add_channel()
598 add234(cs->channels_by_server, chan); in share_channel_set_server_id()
638 if (add234(cs->xchannels_by_us, xc) != xc) { in share_add_xchannel()
642 if (add234(cs->xchannels_by_server, xc) != xc) { in share_add_xchannel()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
1943 add234(cs->parent->connections, cs); in share_listen_accepting()
/dports/security/putty/putty-0.76/unix/
H A Duxfdsock.c338 add234(fdsocket_by_outfd, fds); in make_fd_socket()
344 add234(fdsocket_by_infd, fds); in make_fd_socket()
352 add234(fdsocket_by_inerrfd, fds); in make_fd_socket()
H A Duxsel.c77 add234(fds, newfd); in uxsel_set()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxfdsock.c338 add234(fdsocket_by_outfd, fds); in make_fd_socket()
344 add234(fdsocket_by_infd, fds); in make_fd_socket()
352 add234(fdsocket_by_inerrfd, fds); in make_fd_socket()
H A Duxsel.c77 add234(fds, newfd); in uxsel_set()
/dports/misc/ipbt/ipbt-r8765/
H A Dtree234.h54 void *add234(tree234 * t, void *e);
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinselcli.c56 if (add234(winselcli_sockets, ptr) != ptr) in do_select()
/dports/security/putty/putty-0.76/windows/
H A Dwinselcli.c56 if (add234(winselcli_sockets, ptr) != ptr) in do_select()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dwinselcli.c56 if (add234(winselcli_sockets, ptr) != ptr) in do_select()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/unix/
H A Duxsel.c77 add234(fds, newfd); in uxsel_set()

123456