Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc558 char *tmp_index_str_ptr; in distribute_process() local
625 tmp_index_str_ptr = commands[tmp_index]; in distribute_process()
626 if (*tmp_index_str_ptr == (int) hyphen_char) { in distribute_process()
627 tmp_index_str_ptr++; in distribute_process()
629 (void) fprintf(stdout, "%s\n", tmp_index_str_ptr); in distribute_process()