Home
last modified time | relevance | path

Searched refs:stdin_text_p (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc338 char *stdin_text_p; in read_simple_file() local
353 stdin_text_p = getmem(length = 1024); in read_simple_file()
354 stdin_buffer_end = stdin_text_p + length; in read_simple_file()
359 stdin_text_p, in read_simple_file()
362 stdin_text_p += n; in read_simple_file()
372 stdin_text_p = p_mb + in read_simple_file()
384 stdin_text_p = stdin_buffer_start; in read_simple_file()
386 num_mb_chars = stdin_text_end - stdin_text_p; in read_simple_file()
402 stdin_text_p, in read_simple_file()
408 (void) retmem_mb(stdin_text_p); in read_simple_file()