Searched refs:right_hand (Results 1 – 1 of 1) sorted by relevance
286 wchar_t *right_hand[128]; in expand_macro() local308 right_hand[0] = NULL; in expand_macro()563 right_hand[0] = ALLOC_WC(wcslen(eq) + 1); in expand_macro()564 right_hand[1] = NULL; in expand_macro()565 (void) wcscpy(right_hand[0], eq); in expand_macro()569 right_hand[i] = ALLOC_WC(percent-eq+1); in expand_macro()570 (void) wcsncpy(right_hand[i], in expand_macro()573 right_hand[i][percent-eq] = in expand_macro()575 if (i++ >= VSIZEOF(right_hand)) { in expand_macro()581 right_hand[i] = (wchar_t *) wcsdup(wcs_buffer); in expand_macro()[all …]