Home
last modified time | relevance | path

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))) { in get_next_block_fn()
108 source->inp_buf_end = source->inp_buf + to_read; in get_next_block_fn()
121 *source->inp_buf_end = nul_char; in get_next_block_fn()
128 if (ptr > source->inp_buf_end) { in get_next_block_fn()
129 ptr = source->inp_buf_end; in get_next_block_fn()
153 if (source->inp_buf_ptr >= source->inp_buf_end) { in get_next_block_fn()
H A Dmacro.cc166 sourceb.inp_buf_end = NULL; in expand_value()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc130 source->inp_buf_end = NULL; in read_simple_file()
699 extrap->inp_buf_end = NULL; in parse_makefile()
1733 extrap->inp_buf_end = NULL; in parse_makefile()
2036 bp->inp_buf_end = NULL; in push_macro_value()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h744 char *inp_buf_end; member