Home
last modified time | relevance | path

Searched refs:MSG_ATTACH (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/abduco/abduco-0.6/
H A Ddebug.c16 [MSG_ATTACH] = "ATTACH", in print_packet()
34 case MSG_ATTACH: in print_packet()
H A Dclient.c64 .type = MSG_ATTACH, in client_mainloop()
H A Dserver.c217 case MSG_ATTACH: in server_mainloop()
H A Dabduco.c66 MSG_ATTACH = 1, enumerator
/dports/sysutils/screen/screen-4.8.0/
H A Dattacher.c128 if (is_socket && m->type == MSG_ATTACH)
157 while ((how == MSG_ATTACH || how == MSG_CONT) && multiattach)
208 how = MSG_ATTACH;
216 if ((how == MSG_ATTACH || how == MSG_CONT) && multiattach)
367 if (how != MSG_ATTACH)
375 ASSERT(how == MSG_ATTACH || how == MSG_CONT);
405 m.m.attach.detachfirst = MSG_ATTACH;
409 if (multi && (how == MSG_ATTACH || how == MSG_CONT))
418 if (multi && (how == MSG_ATTACH || how == MSG_CONT))
H A Dsocket.c872 case MSG_ATTACH:
1172 if (m.type != MSG_ATTACH && recvfd != -1) in ReceiveMsg()
1230 case MSG_ATTACH: in ReceiveMsg()
1590 if (m->type == MSG_ATTACH)
1617 else if (m->type == MSG_ATTACH)
1629 if (m->type != MSG_ATTACH)
H A Dscreen.h169 #define MSG_ATTACH 2 macro
H A Dscreen.c1205 if (Attach(MSG_ATTACH)) { in main()
/dports/misc/dtach/dtach-0.9/
H A Ddtach.h92 MSG_ATTACH = 1, enumerator
H A Dattach.c124 pkt->type = MSG_ATTACH; in process_kbd()
222 pkt.type = MSG_ATTACH; in attach_main()
H A Dmaster.c401 else if (pkt.type == MSG_ATTACH) in client_activity()