Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/bin/
H A Ddoname.cc1854 Property spro = get_prop(sunpro_dependencies->prop, macro_prop); in execute_serial() local
1855 if(spro != NULL) { in execute_serial()
1856 Name val = spro->body.macro.value; in execute_serial()
1859 spro->body.macro.value = NULL; in execute_serial()
1862 spro = get_prop(sunpro_dependencies->prop, env_mem_prop); in execute_serial()
1863 if(spro) { in execute_serial()
1864 char *val = spro->body.env_mem.value; in execute_serial()
1871 spro->body.env_mem.value = NULL; in execute_serial()