Searched refs:inp_buf_end (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc75 (source->inp_buf_ptr >= source->inp_buf_end))) {
108 source->inp_buf_end = source->inp_buf + to_read;
121 *source->inp_buf_end = nul_char;
128 if (ptr > source->inp_buf_end) {
129 ptr = source->inp_buf_end;
153 if (source->inp_buf_ptr >= source->inp_buf_end) {
H A Dmacro.cc166 sourceb.inp_buf_end = NULL;
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc128 source->inp_buf_end = NULL;
697 extrap->inp_buf_end = NULL;
1731 extrap->inp_buf_end = NULL;
2034 bp->inp_buf_end = NULL;
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h744 char *inp_buf_end; member in struct:_Source

Completed in 68 milliseconds