Home
last modified time | relevance | path

Searched defs:ncplane (Results 1 – 6 of 6) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dinternal.h73 typedef struct ncplane { struct
90 struct ncplane* above; // plane above us, NULL if we're on top argument
91 struct ncplane* below; // plane below us, NULL if we're on bottom argument
97 struct ncplane* bnext; // next in the blist argument
98 struct ncplane** bprev; // blist link back to us argument
99 struct ncplane* blist; // head of list of bound planes argument
100 struct ncplane* boundto;// plane to which we are bound (ourself for roots) argument
106 int (*resizecb)(struct ncplane*); // callback after parent is resized argument
122 } ncplane; argument
H A Dnotcurses.c2566 void ncplane_set_resizecb(ncplane* n, int(*resizecb)(ncplane*)){
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_chunk_atom.h84 int ncbin, ncplane; variable
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dtabbed.cpp3 void tabbedcb(struct nctab*, struct ncplane*, void*){ in tabbedcb()
/dports/devel/notcurses/notcurses-3.0.1/cffi/src/notcurses/
H A Dnotcurses.py68 def __init__(self, ncplane, egc): argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dfft_custom.f90195 INTEGER :: ncplane, nxx local