Home
last modified time | relevance | path

Searched refs:nccell_load_char (Results 1 – 9 of 9) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dcell.cpp170 nccell_load_char(np, &c, '*');
210 nccell_load_char(np, &c, '*');
250 nccell_load_char(np, &c, '*');
290 nccell_load_char(np, &c, '*');
330 nccell_load_char(n_, &c, '*');
353 CHECK(1 == nccell_load_char(n_, &c, '*'));
360 CHECK(-1 == nccell_load_char(n_, &c, '\f'));
363 CHECK(1 == nccell_load_char(n_, &c, '\n'));
364 CHECK(1 == nccell_load_char(n_, &c, ' '));
369 CHECK(0 == nccell_load_char(n_, &c, '\0'));
[all …]
H A Dpalette.cpp67 CHECK(1 == nccell_load_char(n_, &c, 'X'));
85 nccell_load_char(n_, &c, 'X');
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dtrans.c139 nccell_load_char(n, &c, '\0'); in slidepanel()
197 nccell_load_char(n, &c, 'X'); in slidepanel()
H A Dhighcon.c85 nccell_load_char(n, &c, motto[out % strlen(motto)]); in highcon_demo()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_cell.3.md73 **int nccell_load_char(struct ncplane* ***n***, nccell* ***c***, char ***ch***);**
149 do **nccell_load_egc32**, **nccell_load_char**, and **nccell_load_ucs32**.
/dports/devel/notcurses/notcurses-3.0.1/src/fetch/
H A Dmain.c583 nccell_load_char(infop, &c, 'G'); in infoplane_notcurses()
586 nccell_load_char(infop, &c, 'B'); in infoplane_notcurses()
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DPlane.hh1071 return error_guard (nccell_load_char (plane, cell, ch), -1); in load()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h855 nccell_load_char(struct ncplane* n, nccell* c, char ch){ in nccell_load_char() function
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md2120 nccell_load_char(struct ncplane* n, nccell* c, char ch){