Home
last modified time | relevance | path

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

/dports/news/golded+/golded-plus/golded+/goldlib/gmb3/
H A Dgmosmb.h87 void update_timesread(gmsg* msg);
H A Dgmoarea.h183 virtual void update_timesread(gmsg* msg) = 0;
249 void update_timesread(gmsg*) { } in update_timesread() function
H A Dgmofido.h190 void update_timesread(gmsg* msg);
H A Dgmopcbd.h225 void update_timesread(gmsg* msg);
H A Dgmowcat.h229 void update_timesread(gmsg* msg);
H A Dgmoezyc.h243 void update_timesread(gmsg* msg);
H A Dgmoxbbs.h241 void update_timesread(gmsg* msg);
H A Dgmojamm.h335 void update_timesread(gmsg* msg);
H A Dgmosqsh.h321 void update_timesread(gmsg* msg);
H A Dgmohuds.h334 void update_timesread(gmsg* msg);
H A Dgmofido4.cpp265 void FidoArea::update_timesread(gmsg* msg) { in update_timesread() function in FidoArea
H A Dgmoezyc4.cpp295 void EzycomArea::update_timesread(gmsg* msg) { in update_timesread() function in EzycomArea
H A Dgmowcat4.cpp277 void WCatArea::update_timesread(gmsg*) { in update_timesread() function in WCatArea
H A Dgmohuds4.cpp359 void _HudsArea<msgn_t, rec_t, attr_t, board_t, last_t, __HUDSON>::update_timesread(gmsg* msg) { in update_timesread() function in _HudsArea
H A Dgmopcbd4.cpp440 void PcbArea::update_timesread(gmsg*) { in update_timesread() function in PcbArea
H A Dgmoxbbs4.cpp397 void XbbsArea::update_timesread(gmsg* msg) { in update_timesread() function in XbbsArea
H A Dgmojamm4.cpp510 void JamArea::update_timesread(gmsg* msg) { in update_timesread() function in JamArea
H A Dgmosqsh4.cpp692 void SquishArea::update_timesread(gmsg* msg) { in update_timesread() function in SquishArea
H A Dgmosmb1.cpp905 void SMBArea::update_timesread(gmsg* msg) in update_timesread() function in SMBArea
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgmarea.h745 inline void Area::UpdateTimesread(GMsg* msg) { area->update_timesread(msg); } in UpdateTimesread()