Home
last modified time | relevance | path

Searched refs:whichtree (Results 1 – 6 of 6) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c2671 whichtree->flags &= ~EXNODEPLACEHOLDER; in us_buildexplorersturcterrors()
2682 us_addexplorernode(en, &whichtree->subexplorernode, whichtree); in us_buildexplorersturcterrors()
2771 whichtree->flags &= ~EXNODEPLACEHOLDER; in us_buildexplorersturctsimulation()
2772 us_explorertopsimnode = whichtree; in us_buildexplorersturctsimulation()
2905 whichtree->flags &= ~EXNODEPLACEHOLDER; in us_buildexplorersturcthierarchical()
2916 us_addexplorernode(en, &whichtree->subexplorernode, whichtree); in us_buildexplorersturcthierarchical()
3024 us_addexplorernode(en, &whichtree->subexplorernode, whichtree); in us_buildexplorersturctcontents()
3103 us_addexplorernode(len, &whichtree->subexplorernode, whichtree); in us_buildexplorernodecontents()
3120 us_addexplorernode(len, &whichtree->subexplorernode, whichtree); in us_buildexplorernodecontents()
3137 us_addexplorernode(len, &whichtree->subexplorernode, whichtree); in us_buildexplorernodecontents()
[all …]
/dports/security/putty/putty-0.76/
H A Dterminal.c1081 tree234 *whichtree, int treeindex, in null_line_error() argument
1097 term->alt_sblines, whichtree, treeindex, commitid); in null_line_error()
1108 tree234 *whichtree; in lineptr() local
1112 whichtree = term->screen; in lineptr()
1124 whichtree = term->scrollback; in lineptr()
1127 whichtree = term->alt_screen; in lineptr()
1132 if (whichtree == term->scrollback) { in lineptr()
1133 compressed_scrollback_line *cline = index234(whichtree, treeindex); in lineptr()
1135 null_line_error(term, y, lineno, whichtree, treeindex, "cline"); in lineptr()
1138 line = index234(whichtree, treeindex); in lineptr()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dterminal.c1081 tree234 *whichtree, int treeindex, in null_line_error() argument
1097 term->alt_sblines, whichtree, treeindex, commitid); in null_line_error()
1108 tree234 *whichtree; in lineptr() local
1112 whichtree = term->screen; in lineptr()
1124 whichtree = term->scrollback; in lineptr()
1127 whichtree = term->alt_screen; in lineptr()
1132 if (whichtree == term->scrollback) { in lineptr()
1133 compressed_scrollback_line *cline = index234(whichtree, treeindex); in lineptr()
1135 null_line_error(term, y, lineno, whichtree, treeindex, "cline"); in lineptr()
1138 line = index234(whichtree, treeindex); in lineptr()
[all …]
/dports/misc/ipbt/ipbt-r8765/
H A Dterminal.c1001 tree234 *whichtree; in lineptr() local
1005 whichtree = term->screen; in lineptr()
1017 whichtree = term->scrollback; in lineptr()
1020 whichtree = term->alt_screen; in lineptr()
1025 if (whichtree == term->scrollback) { in lineptr()
1026 unsigned char *cline = index234(whichtree, treeindex); in lineptr()
1029 line = index234(whichtree, treeindex); in lineptr()
1046 whichtree, treeindex); in lineptr()
/dports/biology/recombine/recombine1.41/
H A Drecombine.h551 node *r, long whichtree, long start, long finish, long numcategs);
H A Drecombine.c4020 node *r, long whichtree, long start, long finish, long numcategs) in calcrange() argument