Searched refs:con_nickcompletion_flags (Results 1 – 3 of 3) sorted by relevance
66 cvar_t con_nickcompletion_flags = {CVAR_SAVE, "con_nickcompletion_flags", "11", "Bitfield: " variable761 Cvar_RegisterVariable (&con_nickcompletion_flags); in Con_Init()2057 if(!(con_nickcompletion_flags.integer & NICKS_ALPHANUMERICS_ONLY)) in Nicks_strncasecmp()2059 if(con_nickcompletion_flags.integer & NICKS_NO_SPACES) in Nicks_strncasecmp()2064 space_char = (con_nickcompletion_flags.integer & NICKS_NO_SPACES) ? 'a' : ' '; in Nicks_strncasecmp()2226 …char space_char = (con_nickcompletion_flags.integer & NICKS_NO_SPACES) ? 'a' : ' '; // yes this is… in Nicks_CutMatchesAlphaNumeric()2336 if(con_nickcompletion_flags.integer & NICKS_ALPHANUMERICS_ONLY) in Nicks_CutMatches()2338 else if(con_nickcompletion_flags.integer & NICKS_NO_SPACES) in Nicks_CutMatches()2371 if(con_nickcompletion_flags.integer & NICKS_ADD_QUOTE && buffer[Nicks_matchpos-1] == '\"') in Nicks_AddLastColor()2378 …if((!quote_added && con_nickcompletion_flags.integer & NICKS_ADD_COLOR) || con_nickcompletion_flag… in Nicks_AddLastColor()
71 cvar_t con_nickcompletion_flags = {CVAR_SAVE, "con_nickcompletion_flags", "11", "Bitfield: " variable890 Cvar_RegisterVariable (&con_nickcompletion_flags); in Con_Init()2324 if(!(con_nickcompletion_flags.integer & NICKS_ALPHANUMERICS_ONLY)) in Nicks_strncasecmp()2326 if(con_nickcompletion_flags.integer & NICKS_NO_SPACES) in Nicks_strncasecmp()2331 space_char = (con_nickcompletion_flags.integer & NICKS_NO_SPACES) ? 'a' : ' '; in Nicks_strncasecmp()2491 …char space_char = (con_nickcompletion_flags.integer & NICKS_NO_SPACES) ? 'a' : ' '; // yes this is… in Nicks_CutMatchesAlphaNumeric()2601 if(con_nickcompletion_flags.integer & NICKS_ALPHANUMERICS_ONLY) in Nicks_CutMatches()2603 else if(con_nickcompletion_flags.integer & NICKS_NO_SPACES) in Nicks_CutMatches()2636 if(con_nickcompletion_flags.integer & NICKS_ADD_QUOTE && buffer[Nicks_matchpos-1] == '\"') in Nicks_AddLastColor()2643 …if((!quote_added && con_nickcompletion_flags.integer & NICKS_ADD_COLOR) || con_nickcompletion_flag… in Nicks_AddLastColor()