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))) {
107 source->inp_buf_ptr = source->inp_buf = getmem(to_read + 1);
127 ptr = source->inp_buf_ptr + STRING_LEN_TO_CONVERT;
131 for (num_wc_chars = 0; ptr > source->inp_buf_ptr; ptr--) {
135 source->inp_buf_ptr,
149 source->inp_buf_ptr = ptr;
153 if (source->inp_buf_ptr >= source->inp_buf_end) {
H A Dmacro.cc165 sourceb.inp_buf_ptr =
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc127 source->inp_buf_ptr =
582 source->inp_buf_ptr++;
595 source->inp_buf_ptr++;
696 extrap->inp_buf_ptr =
981 source->inp_buf_ptr++;
993 source->inp_buf_ptr++;
1730 extrap->inp_buf_ptr =
1779 source->inp_buf_ptr++;
1791 source->inp_buf_ptr++;
2033 bp->inp_buf_ptr
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h745 char *inp_buf_ptr; member in struct:_Source

Completed in 69 milliseconds