OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmark
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/sh/
memalloc.c
226
struct stackmark *
xmark
;
local in function:growstackblock
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
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025