OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stacknleft
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
memalloc.h
40
int
stacknleft
;
member in struct:stackmark
47
extern int
stacknleft
;
70
#define stackblocksize()
stacknleft
memalloc.c
121
int
stacknleft
= MINSIZE;
variable in typeref:typename:int
130
if (nbytes >
stacknleft
) {
141
stacknleft
= blocksize;
148
stacknleft
-= nbytes;
161
stacknleft
+= stacknxt - (char *)p;
172
mark->
stacknleft
=
stacknleft
;
202
stacknleft
= mark->
stacknleft
;
221
int newlen = SHELL_ALIGN(
stacknleft
* 2 + 100)
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025