Home
last modified time | relevance | path

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

/freebsd/usr.bin/chat/
H A Dchat.c106 #define MAX_REPORTS 50 macro
136 static char *report_string[MAX_REPORTS];
951 if (n_reports >= MAX_REPORTS) in chat_send()