Home
last modified time | relevance | path

Searched refs:firstnode (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dentnode.cc28 *newnode, *firstnode; in EntNode() local
32 firstnode = prev = new EntNode( namelist[0] ); in EntNode()
40 firstnode->multSuprs( TRUE ); in EntNode()
65 firstnode = newnode; in EntNode()
71 prev = firstnode; in EntNode()
78 strcpy( name, firstnode->name ); in EntNode()
79 next = firstnode->next; in EntNode()
80 multSupers = firstnode->multSupers; in EntNode()
81 firstnode->next = NULL; in EntNode()
83 delete firstnode; in EntNode()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dgc.c39 static mem_node *firstnode = NULL; variable
50 if ( ! firstnode ) firstnode = node; in ming_gc_add_node()
70 firstnode = node->next; in ming_gc_remove_node()
93 ptr=firstnode; in Ming_collectGarbage()
102 ptr=firstnode; in Ming_collectGarbage()
112 printf("First node %p \n", firstnode); in dumpNodeList()
114 for (ptr=firstnode; ptr; ptr=ptr->next) in dumpNodeList()
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dgc.c39 static mem_node *firstnode = NULL; variable
50 if ( ! firstnode ) firstnode = node; in ming_gc_add_node()
70 firstnode = node->next; in ming_gc_remove_node()
93 ptr=firstnode; in Ming_collectGarbage()
102 ptr=firstnode; in Ming_collectGarbage()
112 printf("First node %p \n", firstnode); in dumpNodeList()
114 for (ptr=firstnode; ptr; ptr=ptr->next) in dumpNodeList()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dgc.c39 static mem_node *firstnode = NULL; variable
50 if ( ! firstnode ) firstnode = node; in ming_gc_add_node()
70 firstnode = node->next; in ming_gc_remove_node()
93 ptr=firstnode; in Ming_collectGarbage()
102 ptr=firstnode; in Ming_collectGarbage()
112 printf("First node %p \n", firstnode); in dumpNodeList()
114 for (ptr=firstnode; ptr; ptr=ptr->next) in dumpNodeList()
/dports/graphics/py-ming/libming-ming-0_4_8/src/
H A Dgc.c39 static mem_node *firstnode = NULL; variable
50 if ( ! firstnode ) firstnode = node; in ming_gc_add_node()
70 firstnode = node->next; in ming_gc_remove_node()
93 ptr=firstnode; in Ming_collectGarbage()
102 ptr=firstnode; in Ming_collectGarbage()
112 printf("First node %p \n", firstnode); in dumpNodeList()
114 for (ptr=firstnode; ptr; ptr=ptr->next) in dumpNodeList()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dlinklist.c195 if (!firstnode(l)) in insertlinklist()
197 where->next = firstnode(l); in insertlinklist()
215 if (!(node = firstnode(list))) in getlinknode()
236 if (!(node = firstnode(list))) in ugetnode()
291 for (node = firstnode(list); node; node = next) { in freelinklist()
309 for (nd = firstnode(list); nd; incnode(nd), ct++); in countlinknodes()
319 l->list.last->next = firstnode(l); in rolllist()
362 LinkNode moveme = firstnode(second); in joinlists()
364 if (firstnode(first)) { in joinlists()
390 for (node = firstnode(list); node; incnode(node)) in linknodebydatum()
[all …]
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A Dentnode.cc27 *newnode, *firstnode; in EntNode() local
31 firstnode = prev = new EntNode( names[0] ); in EntNode()
51 firstnode = newnode; in EntNode()
57 prev = firstnode; in EntNode()
64 *this = *firstnode; in EntNode()
65 firstnode->next = NULL; in EntNode()
67 delete firstnode; in EntNode()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/
H A Dnetworkmonitor.c34 monitor->firstnode = NULL; in DMNetworkMonitorCreate()
57 while ((*monitor)->firstnode) { in DMNetworkMonitorDestroy()
83 if (monitor->firstnode) { in DMNetworkMonitorPop()
85 node = monitor->firstnode; in DMNetworkMonitorPop()
86 monitor->firstnode = node->next; in DMNetworkMonitorPop()
174 node->next = monitor->firstnode; in DMNetworkMonitorAdd()
175 monitor->firstnode = node; in DMNetworkMonitorAdd()
203 for (node = monitor->firstnode; node; node = node->next) { in DMNetworkMonitorView()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dstats.cc40 static statsnode *firstnode = NULL; variable
57 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
64 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
87 firstnode = a; in stats_get_subnode()
118 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
144 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
180 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmount/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
101 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
108 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
131 firstnode = a; in stats_get_subnode()
155 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
186 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
222 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/www/moodle39/moodle/lib/tests/behat/
H A Dbehat_deprecated.php67 $firstnode = array_shift($nodelist);
69 if ($firstnode === get_string('administrationsite')) {
76 if ($firstnode === get_string('sitepages')) {
88 if ($firstnode === get_string('courseadministration')) {
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dstats.c40 static statsnode *firstnode = NULL; variable
110 for (a=sn?sn->firstchild:firstnode ; a ; a=a->nextsibling) { in stats_get_subnode()
117 a->nextsibling = sn?sn->firstchild:firstnode; in stats_get_subnode()
140 firstnode = a; in stats_get_subnode()
164 for (a=firstnode ; a ; a=a->nextsibling) { in stats_reset_all()
195 for (a=firstnode ; a ; a=a->nextsibling) { in stats_print_total()
231 for (a=firstnode ; a ; a = an) { in stats_term()

123456789