Lines Matching defs:leaf
785 char *leaf = xterm_cursor_theme + strlen(xterm_cursor_theme);
788 strcat(leaf, "/");
789 strcat(leaf, theme);
794 *leaf = '\0';
796 *leaf = '/';
6596 xtermFindShell(char *leaf, Bool warning)
6602 char *result = leaf;
6605 TRACE(("xtermFindShell(%s)\n", leaf));
6624 if ((tmp = TypeMallocN(char, strlen(leaf) + strlen(s) + 2)) != NULL) {
6632 strcpy(d + 1, leaf);