Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/account/
H A Daccedit.c140 c_acc.flags & ACC_VQUIET ? 'V' : c_acc.flags & ACC_QUIET ? 'Y' : '.', in ListAccounts()
160 c_acc.flags & ACC_VQUIET ? 'V' : c_acc.flags & ACC_QUIET ? 'Y' : '.', in ListAccounts()
296 if (c_acc.flags & ACC_VQUIET) { in ListAccounts()
297 c_acc.flags &= ~(ACC_VQUIET | ACC_QUIET); in ListAccounts()
300 c_acc.flags |= ACC_VQUIET; in ListAccounts()
389 …mvwprintw(mainwin, 10, 4, "Muted chat: %-3s", c_acc.flags & ACC_VQUIET ? "Very" : c_acc.flags &… in editor()
518 if (c_acc.flags & ACC_VQUIET) { in editor()
519 c_acc.flags &= ~(ACC_VQUIET | ACC_QUIET); in editor()
522 c_acc.flags |= ACC_VQUIET; in editor()
H A Daccount.h17 #define ACC_VQUIET 0x00002000 /* may not chat or emote, be it public or private */ macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dbirth.c2996 p_ptr->mutedchat = (c_acc->flags & ACC_VQUIET) ? 2 : (c_acc->flags & ACC_QUIET) ? 1 : 0; in player_birth()
3076 p_ptr->mutedchat = (c_acc->flags & ACC_VQUIET) ? 2 : (c_acc->flags & ACC_QUIET) ? 1 : 0; in player_birth()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h8158 #define ACC_VQUIET 0x00002000 /* may not chat or emote, be it public or private */ macro