Searched refs:cond_macrostring (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc141 rp->cond_macrostring =
187 rp->cond_macrostring = (wchar_t *) wcsdup(rec_buf);
242 if (rp->cond_macrostring[VER_LEN] == '\0' &&
246 } else if (rp->cond_macrostring[VER_LEN] != '\0' &&
259 if (IS_WEQUAL(rp->cond_macrostring,
308 if(rp->cond_macrostring) {
309 retmem(rp->cond_macrostring);
310 rp->cond_macrostring = NULL;
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h148 wchar_t *cond_macrostring; member in struct:_Recursive_make

Completed in 304 milliseconds