Lines Matching defs:xmark
226 struct stackmark *xmark;244 xmark = markp;245 while (xmark != NULL && xmark->stackp == oldstackp) {246 xmark->stackp = stackp;247 xmark->stacknxt = stacknxt;248 xmark->sstrnleft += stacknleft - xmark->stacknleft;249 xmark->stacknleft = stacknleft;250 xmark = xmark->marknext;
Indexes created Tue Sep 30 17:09:57 GMT 2025