Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DSubproc.hh21 ncfdplane_callback cbfxn = nullptr, ncfdplane_done_cb donecbfxn = nullptr) in Subproc() argument
22 : Subproc (plane, bin, nullptr, use_path, arg, env, cbfxn, donecbfxn) in Subproc()
27 ncfdplane_callback cbfxn = nullptr, ncfdplane_done_cb donecbfxn = nullptr) in Subproc() argument
31 create_subproc (*plane, bin, opts, use_path, arg, env, cbfxn, donecbfxn); in Subproc()
37 ncfdplane_callback cbfxn = nullptr, ncfdplane_done_cb donecbfxn = nullptr) in Subproc() argument
38 : Subproc (plane, bin, nullptr, use_path, arg, env, cbfxn, donecbfxn) in Subproc()
47 create_subproc (plane, bin, opts, use_path, arg, env, cbfxn, donecbfxn); in Subproc()
67 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn) in create_subproc() argument
78 n, opts, bin, arg, env, cbfxn, donecbfxn in create_subproc()
82 n, opts, bin, arg, cbfxn, donecbfxn in create_subproc()
[all …]
H A DFDPlane.hh18 …explicit FDPlane (Plane *plane, int fd, ncfdplane_callback cbfxn = nullptr, ncfdplane_done_cb done… in FDPlane() argument
19 : FDPlane (plane, fd, nullptr, cbfxn, donecbfxn) in FDPlane()
22 …ane *plane, int fd, ncfdplane_options *opts = nullptr, ncfdplane_callback cbfxn = nullptr, ncfdpla… in FDPlane() argument
26 create_fdplane (*plane, fd, opts, cbfxn, donecbfxn); in FDPlane()
30 …explicit FDPlane (Plane &plane, int fd, ncfdplane_callback cbfxn = nullptr, ncfdplane_done_cb done… in FDPlane() argument
31 : FDPlane (plane, fd, nullptr, cbfxn, donecbfxn) in FDPlane()
34 …ane &plane, int fd, ncfdplane_options *opts = nullptr, ncfdplane_callback cbfxn = nullptr, ncfdpla… in FDPlane() argument
38 create_fdplane (plane, fd, opts, cbfxn, donecbfxn); in FDPlane()
56 …void create_fdplane (Plane& n, int fd, ncfdplane_options *opts, ncfdplane_callback cbfxn, ncfdplan… in create_fdplane() argument
62 cbfxn, in create_fdplane()
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dfd.c94 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn, argument
103 ret->cb = cbfxn;
121 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn){ argument
126 if(fd < 0 || !cbfxn || !donecbfxn){
129 return ncfdplane_create_internal(n, opts, fd, cbfxn, donecbfxn, true);
311 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn){ argument
316 ret->nfp = ncfdplane_create_internal(n, &popts, fd, cbfxn, donecbfxn, false);
341 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn){ argument
346 if(!cbfxn || !donecbfxn){
377 (void)cbfxn;
[all …]
H A Dtree.c12 int (*cbfxn)(ncplane*, void*, int); member
111 ret->cbfxn = opts->nctreecb; in nctree_inner_create()
413 int ret = n->cbfxn(nii->ncp, nii->curry, distance); in draw_tree_item()
440 n->cbfxn(nii->ncp, nii->curry, distance); in destroy_above()
458 n->cbfxn(nii->ncp, nii->curry, distance); in destroy_below()
H A Dreel.c370 int ll = t->cbfxn(t, direction == DIRECTION_DOWN); in ncreel_draw_tablet()
839 tabletcb cbfxn, void* opaque){ in ncreel_add() argument
871 t->cbfxn = cbfxn; in ncreel_add()
H A Dinternal.h171 tabletcb cbfxn; // application callback to draw cbp member
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_fds.3.md33 … const ncfdplane_options* ***opts***, int ***fd***, ncfdplane_callback ***cbfxn***, ncfdplane_done…
39 …*, const char* ***bin***, char* const ***arg***[], ncfdplane_callback ***cbfxn***, ncfdplane_done…
41 …*, const char* ***bin***, char* const ***arg***[], ncfdplane_callback ***cbfxn***, ncfdplane_done…
43 … char* const ***arg***[], char* const ***env***[], ncfdplane_callback ***cbfxn***, ncfdplane_done…
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dreel.cpp62 auto cbfxn(nctablet* t, bool toptobottom) -> int { in cbfxn() function
367 tabs[n] = ncreel_add(nr, nullptr, nullptr, cbfxn, &order[n]);
446 tabs[n] = ncreel_add(nr, nullptr, nullptr, cbfxn, &order[n]);
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h4354 … int fd, ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn)
4371 ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn)
4376 … ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn)
4382 … ncfdplane_callback cbfxn, ncfdplane_done_cb donecbfxn)