Home
last modified time | relevance | path

Searched refs:idlestring (Results 1 – 6 of 6) sorted by last modified time

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c576 if (pCE->idlestring != (char *)0) in DestroyConsent()
577 free(pCE->idlestring); in DestroyConsent()
2461 (pCE->idlestring == (char *)0 ? "" : pCE->idlestring)); in CommandInfo()
4569 ExpandString(pCEServing->idlestring, pCEServing, 0); in Kiddie()
H A Dconsent.h140 char *idlestring; /* string to print when idle */ member
H A Dmain.c844 if (pCE->idlestring != (char *)0) in SummarizeDataStructures()
845 size += strlen(pCE->idlestring); in SummarizeDataStructures()
1077 EMPTYSTR(pCE->idlestring), in DumpDataStructures()
H A Dreadcfg.c556 if (c->idlestring != (char *)0) in DestroyParserDefaultOrConsole()
557 free(c->idlestring); in DestroyParserDefaultOrConsole()
742 if (d->idlestring != (char *)0) { in ApplyDefault()
743 if (c->idlestring != (char *)0) in ApplyDefault()
744 free(c->idlestring); in ApplyDefault()
745 if ((c->idlestring = StrDup(d->idlestring)) == (char *)0) in ApplyDefault()
1591 if (c->idlestring != (char *)0) { in ProcessIdlestring()
1592 free(c->idlestring); in ProcessIdlestring()
1593 c->idlestring = (char *)0; in ProcessIdlestring()
3122 SwapStr(&pCEmatch->idlestring, &c->idlestring); in ConsoleAdd()
[all …]
/dports/comms/conserver-com/conserver-8.2.4/
H A DCHANGES384 - added console 'idletimeout' and 'idlestring' options to
385 trigger the sending of 'idlestring' after a lack of activity
/dports/comms/conserver-com/conserver-8.2.4/conserver.cf/
H A Dconserver.cf71 idlestring "#";