Searched refs:report_string (Results 1 – 1 of 1) sorted by relevance
136 static char *report_string[MAX_REPORTS]; variable959 report_string[n_reports++] = s1; in chat_send()981 if ( strcmp(s1,report_string[i]) == 0 ) { in chat_send()982 free(report_string[i]); in chat_send()983 report_string[i] = NULL; in chat_send()992 pack_array(report_string,old_max); in chat_send()1231 if ((report_string[n] != (char*) NULL) && in get_string()1232 s - temp >= (report_len = strlen(report_string[n])) && in get_string()1233 strncmp(s - report_len, report_string[n], report_len) == 0) { in get_string()1238 strcat (report_buffer, report_string[n]); in get_string()[all …]