Home | History | Annotate | Download | only in ximcp

Lines Matching defs:home

311    char *home = NULL, *lcCompose = NULL;
324 if (home == NULL)
325 home = getenv("HOME");
326 if (home) {
327 size_t Hsize = strlen(home);
329 /* your home directory length is ridiculous */
378 if (home) {
379 strcpy(j, home);
380 j += strlen(home);