Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonCLI.c51 #define B_TTY_LINE_LEN 256 macro
75 static char hist[51][B_TTY_LINE_LEN];
76 static char pbuf[B_TTY_LINE_LEN];
77 static char cbuf[B_TTY_LINE_LEN];
184 char help[B_TTY_LINE_LEN];
578 char tbuf[B_TTY_LINE_LEN]; in print()
1165 char comm[B_TTY_LINE_LEN]; in execCLI()
1876 else if (n > B_TTY_LINE_LEN) in execSet()
2383 char src[B_TTY_LINE_LEN], dst[B_TTY_LINE_LEN]; in bttyCookedCompletion()
2394 memset(src, 0, B_TTY_LINE_LEN); in bttyCookedCompletion()
[all …]