Home
last modified time | relevance | path

Searched refs:MvWAddChStr (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/test/
H A Dinchs.c230 MvWAddChStr(strwin, 0, 5, text); in test_inchs()
235 MvWAddChStr(strwin, 1, 5, text); in test_inchs()
239 MvWAddChStr(strwin, 2, 5, text); in test_inchs()
243 MvWAddChStr(strwin, 3, 5, text); in test_inchs()
248 MvWAddChStr(strwin, 0, 5, text); in test_inchs()
253 MvWAddChStr(strwin, 1, 5, text); in test_inchs()
257 MvWAddChStr(strwin, 2, 5, text); in test_inchs()
261 MvWAddChStr(strwin, 3, 5, text); in test_inchs()
H A Dtest_add_wchstr.c56 #undef MvWAddChStr
69 #define MvWAddChStr(w,y,x,s) (void) mvwadd_wchstr((w),(y),(x),(s)) macro
367 MvWAddChStr(work, 1, 2, ChStr("String")); in recursive_test()
368 MvWAddChStr(work, limit + 1, 2, ChStr("Chars")); in recursive_test()
H A Dtest_addchstr.c275 MvWAddChStr(work, 1, 2, ChStr("String")); in recursive_test()
276 MvWAddChStr(work, limit + 1, 2, ChStr("Chars")); in recursive_test()
H A Dtest.priv.h1201 #define MvWAddChStr(w,y,x,s) (void) mvwaddchstr((w),(y),(x),(s)) macro