Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_motd.c85 aMotdFile *themotd; in CMD_FUNC() local
99 themotd = &motd; in CMD_FUNC()
107 themotd = &ptr->motd; in CMD_FUNC()
109 themotd = &motd; in CMD_FUNC()
112 if (themotd == NULL || themotd->lines == NULL) in CMD_FUNC()
123 if (themotd && themotd->lines && themotd->last_modified.tm_year) in CMD_FUNC()
127 themotd->last_modified.tm_mday, in CMD_FUNC()
130 themotd->last_modified.tm_hour, in CMD_FUNC()
131 themotd->last_modified.tm_min); in CMD_FUNC()
135 if(themotd) in CMD_FUNC()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c946 themotd = &smotd; in short_motd()
957 themotd = &motd; in short_motd()
982 if (themotd) in short_motd()
1022 themotd->motd_download->themotd = NULL; in read_motd()
1038 motd_download->themotd = themotd; in read_motd()
1068 aMotdFile *themotd; in read_motd_asynch_downloaded() local
1070 themotd = motd_download->themotd; in read_motd_asynch_downloaded()
1075 if(!themotd) in read_motd_asynch_downloaded()
1141 free_motd(themotd); in do_read_motd()
1197 if(!themotd) in free_motd()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h733 struct Motd *themotd; member