Lines Matching defs:loc
1742 static wchar_t *loc; /* next free location in rhstext */
1752 (loc = rhstext)[0] = 0;
1758 used = loc - rhstext;
1773 loc = loc - textbase + rhstext;
1776 *loc++ = L' ';
1779 *loc++ = L'\''; /* add first quote */
1782 while (*loc = *p++)
1783 if (loc++ > &rhstext[ RHS_TEXT_LEN ] - 3)
1787 *loc++ = L'\'';
1788 *loc = 0; /* terminate the string */