Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Ddebug.cxx74 static void synctext(void *);
143 Fl::awake(synctext, 0); in log()
165 Fl::awake(synctext, 0); in slog()
217 static void synctext(void *d) in synctext() function
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Ddebug.cxx76 static void synctext(void *);
179 Fl::awake(synctext, 0); in log()
208 Fl::awake(synctext, 0); in slog()
326 static void synctext(void *d) in synctext() function
/dports/games/wargus/wargus-3.2.0/scripts/
H A Ddatabase.lua731 function BundleAction(action, name, displaytext, synctext, voice)
743 if (synctext == nil) then
749 synctext = displaytext
779 BriefingAction("Chat", nil, menu, synctext)
782 BriefingAction("Chat", displaytext, menu, synctext)
787 if (synctext ~= nil) then
788 BriefingAction("Chat", nil, menu, synctext)