Lines Matching refs:title
22 char *title;
39 .title = opts->xterm_title,
74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n"
78 " its title, and the switch it uses to execute a subprocess,\n"
79 " respectively. The title switch must have the form '<switch> title',\n"
80 " not '<switch>=title'. Similarly, the exec switch must have the form\n"
91 char title[256], file[] = "/tmp/xterm-pipeXXXXXX";
92 char *argv[] = { terminal_emulator, title_switch, title, exec_switch,
138 sprintf(title, data->title, data->device);