Home
last modified time | relevance | path

Searched refs:zopt_on (Results 1 – 4 of 4) sorted by relevance

/dports/irc/sic/sic-0.23a/
H A Dinput.c371 if (option(current->custw.zopt_on, Z_NOCOLOR)) in sic_getch()
372 unset_option(current->custw.zopt_on, Z_NOCOLOR); in sic_getch()
374 set_option(current->custw.zopt_on, Z_NOCOLOR); in sic_getch()
378 if (option(current->custw.zopt_on, Z_IRCII)) in sic_getch()
379 unset_option(current->custw.zopt_on, Z_IRCII); in sic_getch()
381 set_option(current->custw.zopt_on, Z_IRCII); in sic_getch()
420 if (option(current->custw.zopt_on, Z_SHOWALL)) in sic_getch()
423 set_option(current->custw.zopt_on, Z_SHOWALL); in sic_getch()
431 if (option(current->custw.zopt_on, Z_UNDEL)) in sic_getch()
432 unset_option(current->custw.zopt_on, Z_UNDEL); in sic_getch()
[all …]
H A Doption.c228 if (option(ctmp->custc.zopt_on, opt))
233 if (option(active->custw.zopt_on, opt))
239 if (option(server->custs.zopt_on, opt))
245 if (option(protocust[server->protocol-1].zopt_on, opt))
251 if (option(topcust.zopt_on, opt))
255 if (option(defcust.zopt_on, opt))
756 if (option(cust->zopt_on, atoi(*val_str)))
766 unset_option(cust->zopt_on, atoi(*val_str));
771 set_option(cust->zopt_on, atoi(*val_str));
778 unset_option(cust->zopt_on, atoi(*val_str));
H A Dstruct.h80 unsigned char zopt_on[(ZMAX + 7)/8]; member
H A Dwindow.c284 unset_option(current->custw.zopt_on, Z_UNDEL);
457 (option(current->custw.zopt_on, Z_UNDEL)) ? "u" : "", in display_status()
890 if (option(current->custw.zopt_on, Z_IRCII))
892 if (option(current->custw.zopt_on, Z_NOCOLOR))