Searched defs:right_hand (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc286 wchar_t *right_hand[128]; local
308 right_hand[0] = NULL;
563 right_hand[0] = ALLOC_WC(wcslen(eq) + 1);
564 right_hand[1] = NULL;
565 (void) wcscpy(right_hand[0], eq);
569 right_hand[i] = ALLOC_WC(percent-eq+1);
570 (void) wcsncpy(right_hand[i],
573 right_hand[i][percent-eq] =
575 if (i++ >= VSIZEOF(right_hand)) {
581 right_hand[
[all...]

Completed in 59 milliseconds