Home
last modified time | relevance | path

Searched refs:cmd_width (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/c/
H A Dwasm3.c262 int cmd_width[14] = { 2, 2, 3, 2, 3, 5, 5, 1, 1, 1, 1, 1, 1 }; variable
279 move_to(cur_pos + cmd_width[n]); in cmd_object()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dvty.c1020 vty_describe_fold (struct vty *vty, int cmd_width, in vty_describe_fold() argument
1031 vty_out (vty, " %-*s %s%s", cmd_width, cmd, token->desc, VTY_NEWLINE); in vty_describe_fold()
1048 vty_out (vty, " %-*s %s%s", cmd_width, cmd, buf, VTY_NEWLINE); in vty_describe_fold()
1053 vty_out (vty, " %-*s %s%s", cmd_width, cmd, p, VTY_NEWLINE); in vty_describe_fold()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dvty.c978 static void vty_describe_fold(struct vty *vty, int cmd_width, in vty_describe_fold() argument
988 vty_out(vty, " %-*s %s\n", cmd_width, cmd, token->desc); in vty_describe_fold()
1004 vty_out(vty, " %-*s %s\n", cmd_width, cmd, buf); in vty_describe_fold()
1009 vty_out(vty, " %-*s %s\n", cmd_width, cmd, p); in vty_describe_fold()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dvty.c978 static void vty_describe_fold(struct vty *vty, int cmd_width, in vty_describe_fold() argument
988 vty_out(vty, " %-*s %s\n", cmd_width, cmd, token->desc); in vty_describe_fold()
1004 vty_out(vty, " %-*s %s\n", cmd_width, cmd, buf); in vty_describe_fold()
1009 vty_out(vty, " %-*s %s\n", cmd_width, cmd, p); in vty_describe_fold()