Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc1864 Property spro = get_prop(sunpro_dependencies->prop, macro_prop); in execute_serial() local
1865 if(spro != NULL) { in execute_serial()
1866 Name val = spro->body.macro.value; in execute_serial()
1869 spro->body.macro.value = NULL; in execute_serial()
1872 spro = get_prop(sunpro_dependencies->prop, env_mem_prop); in execute_serial()
1873 if(spro) { in execute_serial()
1874 char *val = spro->body.env_mem.value; in execute_serial()
1881 spro->body.env_mem.value = NULL; in execute_serial()