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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c6290 Char *pchEndPropName = (Char *) strchr(buf, '='); local in function:ChangeXprop
6292 if (pchEndPropName)
6293 *pchEndPropName = '\0';
6295 if (pchEndPropName == NULL) {
6299 text_prop.value = pchEndPropName + 1;

Completed in 10 milliseconds