Searched refs:report_string (Results 1 – 1 of 1) sorted by relevance
139 static char *report_string[MAX_REPORTS]; variable962 report_string[n_reports++] = s1; in chat_send()984 if ( strcmp(s1,report_string[i]) == 0 ) { in chat_send()985 free(report_string[i]); in chat_send()986 report_string[i] = NULL; in chat_send()995 pack_array(report_string,old_max); in chat_send()1234 if ((report_string[n] != (char*) NULL) && in get_string()1235 s - temp >= (report_len = strlen(report_string[n])) && in get_string()1236 strncmp(s - report_len, report_string[n], report_len) == 0) { in get_string()1241 strcat (report_buffer, report_string[n]); in get_string()[all …]