Home
last modified time | relevance | path

Searched refs:AddTextLine (Results 1 – 15 of 15) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dcodegen.c151 AddTextLine (";"); in g_preamble()
153 AddTextLine (";"); in g_preamble()
171 AddTextLine ("\t.smart\t\ton"); in g_preamble()
174 AddTextLine ("\t.autoimport\ton"); in g_preamble()
177 AddTextLine ("\t.case\t\ton"); in g_preamble()
187 AddTextLine ("\t.macpack\tlongbranch"); in g_preamble()
389 AddTextLine ("\t.exportzp\t_%s", Name); in g_defexport()
391 AddTextLine ("\t.export\t\t_%s", Name); in g_defexport()
401 AddTextLine ("\t.importzp\t_%s", Name); in g_defimport()
403 AddTextLine ("\t.import\t\t_%s", Name); in g_defimport()
[all …]
H A Dsegments.h135 void AddTextLine (const char* Format, ...) attribute ((format (printf, 1, 2)));
H A Dsymtab.c1114 AddTextLine ("%s, \"%s\", \"00\", auto, %d", in EmitDebugInfo()
1117 AddTextLine ("%s, \"%s\", \"00\", register, \"regbank\", %d", in EmitDebugInfo()
1121 AddTextLine ("%s, \"%s\", \"00\", %s, \"%s\"", in EmitDebugInfo()
H A Dsegments.c222 void AddTextLine (const char* Format, ...) in AddTextLine() function
H A Dfunction.c363 AddTextLine ("\t.dbg\tfunc, \"%s\", \"00\", %s, \"%s\"", in F_EmitDebugInfo()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.cpp88 … pDescBox->AddTextLine("scenario file load error", &rTextFont, C4GUI_MessageFontClr, false, true); in Update()
95 …pDescBox->AddTextLine(DefDesc.GetData(), &rTextFont, C4GUI_MessageFontClr, false, true, &rTitleFon… in Update()
97 …pDescBox->AddTextLine(Game.ScenarioTitle.getData(), &rTitleFont, C4GUI_CaptionFontClr, false, true… in Update()
105 …pDescBox->AddTextLine(FormatString(LoadResStr("IDS_MSG_SCENARIODESC_LOADING"), (int) pRes->getPres… in Update()
527 …pChatBox->AddTextLine(szMsgBuf, &::GraphicsResource.TextFont, ::Network.Players.GetClientChatColor… in OnMessage()
549 pChatBox->AddTextLine(szLogMsg, &::GraphicsResource.TextFont, dwClr, true, true); in OnLog()
559 pChatBox->AddTextLine(szErrMsg, &::GraphicsResource.TextFont, C4GUI_ErrorFontClr, true, true); in OnError()
H A DC4StartupAboutDlg.cpp48 …textbox->AddTextLine(FormatString("%s <c f7f76f>(%s)</c>", p.name, p.nick).getData(), &font, C4GUI… in WriteTo()
151 textbox->AddTextLine(text.str().c_str(), &font, C4GUI_MessageFontClr, false, true); in WriteTo()
H A DC4ChatDlg.cpp200 void C4ChatControl::ChatSheet::AddTextLine(const char *szText, uint32_t dwClr) in AddTextLine() function in C4ChatControl::ChatSheet
210 pChatBox->AddTextLine(sText.getData(), pUseFont, dwClr, true, false); in AddTextLine()
234 AddTextLine(szError, C4GUI_ErrorFontClr); in DoError()
543 …pServerSheet->AddTextLine(FormatString(LoadResStr("IDS_NET_CONNECTING"), sServer.getData(), "").ge… in OnConnectBtn()
722 pChatSheet->AddTextLine(sMsg.getData(), dwClr); in Update()
H A DC4ChatDlg.h85 void AddTextLine(const char *szText, uint32_t dwClr);
H A DC4StartupPlrSelDlg.cpp245 …pSelectionInfo->AddTextLine(FormatString("%s", Core.PrefName).getData(), &C4Startup::Get()->Graphi… in SetSelectionInfo()
246 …pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_DESC_PLAYER"), (int)Core.TotalScore, (int… in SetSelectionInfo()
248 …pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_DESC_LASTGAME"),Core.LastRound.Title.getD… in SetSelectionInfo()
415 …pSelectionInfo->AddTextLine(FormatString("%s %s", Core.sRankName.getData(), Core.Name).getData(), … in SetSelectionInfo()
422 pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_DESC_OBJECT"), in SetSelectionInfo()
H A DC4GameOverDlg.cpp185 …pCustomStringsWin->AddTextLine(szCustomEvaluationStrings, &::GraphicsResource.TextFont, C4GUI_Mess… in C4GameOverDlg()
H A DC4StartupScenSelDlg.cpp1690 …if (sTitle && (!sDesc || !*sDesc.getData())) pSelectionInfo->AddTextLine(sTitle.getData(), &C4Star… in UpdateSelection()
1691 …if (sDesc) pSelectionInfo->AddTextLine(sDesc.getData(), &C4Startup::Get()->Graphics.BookFont, ClrS… in UpdateSelection()
1692 …if (sAuthor) pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_CTL_AUTHOR"), sAuthor.getDat… in UpdateSelection()
1694 …if (sVersion) pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_DLG_VERSION"), sVersion.get… in UpdateSelection()
H A DC4GuiDialogs.cpp1204 …pTextWin->AddTextLine(sLine.getData(), &::GraphicsResource.TextFont, C4GUI_MessageFontClr, false, … in InfoDialog()
1230 pTextWin->AddTextLine(szText, &::GraphicsResource.TextFont, C4GUI_MessageFontClr, false, true); in AddLine()
H A DC4FileSelDlg.cpp304 …pSelectionInfoBox->AddTextLine(pSelection->GetFilename(), &::GraphicsResource.TextFont, C4GUI_Mess… in UpdateSelection()
H A DC4Gui.h1740 …void AddTextLine(const char *szText, CStdFont *pFont, DWORD dwClr, bool fDoUpdate, bool fMakeReada…