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