Searched refs:inp_buf_ptr (Results 1 – 4 of 4) sorted by relevance
75 (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()
165 sourceb.inp_buf_ptr = in expand_value()
127 source->inp_buf_ptr = in read_simple_file()582 source->inp_buf_ptr++; in parse_makefile()595 source->inp_buf_ptr++; in parse_makefile()696 extrap->inp_buf_ptr = in parse_makefile()981 source->inp_buf_ptr++; in parse_makefile()993 source->inp_buf_ptr++; in parse_makefile()1730 extrap->inp_buf_ptr = in parse_makefile()1779 source->inp_buf_ptr++; in parse_makefile()1791 source->inp_buf_ptr++; in parse_makefile()2033 bp->inp_buf_ptr = in push_macro_value()
745 char *inp_buf_ptr; member