Searched refs:ui_helpline__current (Results 1 – 5 of 5) sorted by relevance
34 ret = vscnprintf(ui_helpline__current + backlog, in gtk_helpline_show()35 sizeof(ui_helpline__current) - backlog, fmt, ap); in gtk_helpline_show()39 ptr = strchr(ui_helpline__current, '\n'); in gtk_helpline_show()40 if (ptr && (ptr - ui_helpline__current) <= backlog) { in gtk_helpline_show()42 ui_helpline__puts(ui_helpline__current); in gtk_helpline_show()
21 const size_t sz = sizeof(ui_helpline__current); in tui_helpline__push()27 strlcpy(ui_helpline__current, msg, sz); in tui_helpline__push()
26 extern char ui_helpline__current[512];
9 char ui_helpline__current[512]; variable
206 ui_browser__show(browser, browser->title, ui_helpline__current); in ui_browser__handle_resize()