Home
last modified time | relevance | path

Searched refs:r_thendo (Results 1 – 1 of 1) sorted by path

/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c323 struct rep *r_thendo; member
1146 p->r_thendo = NULL;
2238 while (pred->r_thendo != NULL) in findorder()
2239 pred = pred->r_thendo; in findorder()
2240 pred->r_thendo = p; in findorder()
2241 for (t = p; t != NULL; t = t->r_thendo) in findorder()
2267 if (p->r_thendo != NULL)
2268 printchain(p->r_thendo);
2286 if ((n = p->r_thendo) != NULL) {
2414 for (p = first; p != NULL; p = p->r_thendo, k++) { in doreps()
[all …]