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

/xsrc/external/mit/xterm/dist/
H A Dmain.c3959 const char *const *envnew; /* new environment */ local in function:spawnXTerm
4178 envnew = tekterm;
4182 envnew = vtterm;
4196 TermName = x_strdup(*envnew);
4198 while (*envnew != NULL) {
4199 if (last == NULL || strcmp(last, *envnew)) {
4200 next = x_strdup(*envnew);
4210 last = *envnew;
4211 envnew++;

Completed in 7 milliseconds