Searched refs:ui_helpline__current (Results 1 – 6 of 6) sorted by relevance
33 ret = vscnprintf(ui_helpline__current + backlog, in gtk_helpline_show()34 sizeof(ui_helpline__current) - backlog, fmt, ap); in gtk_helpline_show()38 ptr = strchr(ui_helpline__current, '\n'); in gtk_helpline_show()39 if (ptr && (ptr - ui_helpline__current) <= backlog) { in gtk_helpline_show()41 ui_helpline__puts(ui_helpline__current); in gtk_helpline_show()
170 ui__error("%s", ui_helpline__current); in symbol__gtk_annotate()
19 const size_t sz = sizeof(ui_helpline__current); in tui_helpline__push()25 strncpy(ui_helpline__current, msg, sz)[sz - 1] = '\0'; in tui_helpline__push() local
26 extern char ui_helpline__current[512];
9 char ui_helpline__current[512]; variable
177 ui_browser__show(browser, browser->title, ui_helpline__current); in ui_browser__handle_resize()