Lines Matching defs:title
46 * Max title length; the only thing MSDN tells us about the maximum length
47 * of the console title is that it is smaller than 64K. However in practice
49 * of the title is or can be, at least not on XP. To make it even more
52 * just don't put the novel you're writing in the title, unless the plot
69 /* Cached copy of the process title, plus a mutex guarding it. */
83 /* Initialize process title access mutex. */
350 int uv_set_process_title(const char* title) {
357 err = uv__convert_utf8_to_utf16(title, &title_w);
361 /* If the title must be truncated insert a \0 terminator there */
373 process_title = uv__strdup(title);