HomeSort by: relevance | last modified time | path
    Searched refs:format_single (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-new-window.c 75 expanded = format_single(item, name, c, s, NULL, NULL);
147 cp = format_single(item, template, tc, s, new_wl,
cmd-new-session.c 104 name = format_single(item, tmp, c, NULL, NULL, NULL);
167 cwd = format_single(item, tmp, c, NULL, NULL, NULL);
340 cp = format_single(item, template, c, s, s->curw, NULL);
cmd-server-access.c 88 name = format_single(item, args_string(args, 0), c, NULL, NULL, NULL);
cmd-attach-session.c 103 cwd = format_single(item, cflag, c, s, wl, wp);
cmd-break-pane.c 142 cp = format_single(item, template, tc, dst_s, wl, wp);
window-client.c 197 cp = format_single(NULL, filter, c, NULL, NULL, NULL);
205 text = format_single(NULL, data->format, c, NULL, NULL, NULL);
cmd-split-window.c 185 cp = format_single(item, template, tc, s, wl, new_wp);
control-notify.c 72 cp = format_single(NULL, template, c, NULL, wl, NULL);
menu.c 86 s = format_single(qitem, item->name, c, NULL, NULL, NULL);
129 s = format_single(qitem, cmd, c, NULL, NULL, NULL);
spawn.c 183 w->name = format_single(item, sc->name, c, s, NULL,
230 cwd = format_single(item, sc->cwd, c, target->s, NULL, NULL);
server-fn.c 359 expanded = format_single(NULL, s, NULL, NULL, NULL, wp);
window-copy.c 1057 expanded = format_single(NULL, ss, NULL, NULL, NULL, wme->wp);
1183 prefix = format_single(NULL, arg1, c, s, wl, wp);
1185 command = format_single(NULL, arg0, c, s, wl, wp);
1188 prefix = format_single(NULL, arg0, c, s, wl, wp);
1269 prefix = format_single(NULL, arg1, c, s, wl, wp);
1271 command = format_single(NULL, arg0, c, s, wl, wp);
1274 prefix = format_single(NULL, arg0, c, s, wl, wp);
1351 prefix = format_single(NULL, arg0, c, s, wl, wp);
2300 prefix = format_single(NULL, arg1, c, s, wl, wp);
2303 command = format_single(NULL, arg0, c, s, wl, wp)
    [all...]
window-tree.c 333 cp = format_single(NULL, filter, NULL, s, wl, wp);
format.c 5695 format_single(struct cmdq_item *item, const char *fmt, struct client *c, function
5712 return (format_single(item, fmt, c, fs->s, fs->wl, fs->wp));
tmux.h 2353 char *format_single(struct cmdq_item *, const char *,

Completed in 41 milliseconds