Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dhelp.c50 aMotdLine *text; in parse_help()
H A Ds_serv.c76 extern aMotdLine *Find_file(char *, short);
931 aMotdLine *motdline; in short_motd()
1139 aMotdLine *last, *temp; in do_read_motd()
1165 temp = MyMalloc(sizeof(aMotdLine)); in do_read_motd()
1195 aMotdLine *next, *motdline; in free_motd()
H A Ds_conf.c2435 aMotdLine *text; in config_rehash()
6375 aMotdLine *last = NULL, *temp; in _conf_help()
6385 temp = MyMalloc(sizeof(aMotdLine)); in _conf_help()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_botmotd.c83 aMotdLine *motdline; in CMD_FUNC()
H A Dm_opermotd.c83 aMotdLine *motdline; in CMD_FUNC()
H A Dm_rules.c90 aMotdLine *temp; in CMD_FUNC()
H A Dm_motd.c86 aMotdLine *motdline; in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h144 typedef struct MotdItem aMotdLine; /* one line of a MOTD stored as a linked list */ typedef
1483 aMotdLine *text;