Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc280 wchar_t *left_head = NULL; in expand_macro() local
530 if(left_head) { in expand_macro()
531 retmem(left_head); in expand_macro()
533 left_head = ALLOC_WC(tmp_len); in expand_macro()
534 (void) wcsncpy(left_head, in expand_macro()
537 left_head[percent-colon-1] = (int) nul_char; in expand_macro()
540 left_head = NULL; in expand_macro()
771 IS_WEQUALN(left_head, in expand_macro()
832 if(left_head) { in expand_macro()
833 retmem(left_head); in expand_macro()