OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHF_ALLOCB
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
shf.c
132
sflags |=
SHF_ALLOCB
;
174
shf->flags = (shf->flags & (SHF_ALLOCS |
SHF_ALLOCB
)) | sflags;
205
sflags |=
SHF_ALLOCB
;
234
else if (shf->flags &
SHF_ALLOCB
)
340
*
SHF_ALLOCB
is set... (changing the shf pointer could
344
!(shf->flags &
SHF_ALLOCB
))
sh.h
925
#define
SHF_ALLOCB
0x0400 /* shf->buf was alloc()ed */
[
all
...]
Completed in 333 milliseconds