OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rnleft
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
shf.c
143
shf->
rnleft
= 0;
170
shf->
rnleft
= 0;
210
shf->
rnleft
= bsize;
250
shf->
rnleft
= 0;
299
if (shf->
rnleft
> 0) {
300
lseek(shf->fd, (off_t)-shf->
rnleft
, SEEK_CUR);
301
shf->
rnleft
= 0;
430
shf->
rnleft
= 0;
434
if ((shf->
rnleft
= n) == 0)
456
if (shf->
rnleft
== 0 &
[
all
...]
sh.h
1027
#define shf_getc_i(shf) ((shf)->
rnleft
> 0 ? \
1028
(shf)->
rnleft
--, *(shf)->rp++ : \
1056
#define SHF_READING 0x2000 /* currently reading:
rnleft
,rp valid */
1067
ssize_t
rnleft
; /* read: how much data left in buffer */
member in struct:shf
[
all
...]
Completed in 430 milliseconds