Home
last modified time | relevance | path

Searched refs:inp_buf_ptr (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()
107 source->inp_buf_ptr = source->inp_buf = getmem(to_read + 1); in get_next_block_fn()
127 ptr = source->inp_buf_ptr + STRING_LEN_TO_CONVERT; in get_next_block_fn()
131 for (num_wc_chars = 0; ptr > source->inp_buf_ptr; ptr--) { in get_next_block_fn()
135 source->inp_buf_ptr, in get_next_block_fn()
149 source->inp_buf_ptr = ptr; in get_next_block_fn()
153 if (source->inp_buf_ptr >= source->inp_buf_end) { in get_next_block_fn()
H A Dmacro.cc165 sourceb.inp_buf_ptr = in expand_value()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc129 source->inp_buf_ptr = in read_simple_file()
584 source->inp_buf_ptr++; in parse_makefile()
597 source->inp_buf_ptr++; in parse_makefile()
698 extrap->inp_buf_ptr = in parse_makefile()
983 source->inp_buf_ptr++; in parse_makefile()
995 source->inp_buf_ptr++; in parse_makefile()
1732 extrap->inp_buf_ptr = in parse_makefile()
1781 source->inp_buf_ptr++; in parse_makefile()
1793 source->inp_buf_ptr++; in parse_makefile()
2035 bp->inp_buf_ptr = in push_macro_value()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h745 char *inp_buf_ptr; member