Home
last modified time | relevance | path

Searched refs:wprintc (Results 1 – 7 of 7) sorted by relevance

/dports/audio/vgmplay/vgmplay-0.40.9_2/
H A DVGMPlayUI.c101 static void wprintc(const wchar_t* format, ...);
1882 static void wprintc(const wchar_t* format, ...)
2058 wprintc(L"Track Title:\t%ls\n", TitleTag);
2059 wprintc(L"Game Name:\t%ls\n", GameTag);
2060 wprintc(L"System:\t\t%ls\n", SystemTag);
2061 wprintc(L"Composer:\t%ls\n", AuthorTag);
2062 wprintc(L"Release:\t%ls\n", VGMTag.strReleaseDate);
2093 wprintc(L"VGM by:\t\t%ls\n", VGMTag.strCreator);
2094 wprintc(L"Notes:\t\t%ls\n", VGMTag.strNotes);
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgwinline.cpp115 if(wprintc(wrow,wcol,attr,ch)) in disp_char()
H A Dgwinall.h376 int wprintc (int wrow, int wcol, vattr attr, vchar ch);
H A Dgwindow.h542 wprintc(row, col, color, ch); in printc()
H A Dgwinbase.cpp815 int wprintc(int wrow, int wcol, vattr atr, vchar chr) { in wprintc() function
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgearea.cpp467 wprintc(pos, marked_pos, isbar ? sattr : hattr, marked_char); in print_line()
H A Dgefile.cpp196 wprintc(pos, 0, isbar ? sattr : (*buf == ' ' ? wattr : hattr), *buf); in print_line()