Home | History | Annotate | Download | only in libcurses

Lines Matching defs:border

1 /*	$NetBSD: border.c,v 1.26 2024/12/25 15:35:29 christos Exp $	*/
34 __RCSID("$NetBSD: border.c,v 1.26 2024/12/25 15:35:29 christos Exp $");
46 * border --
47 * Draw a border around stdscr using the specified
51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft,
62 * Draw a border around the given window using the specified delimiting
304 /* left border */
348 /* right border */
411 /* upper border */
457 /* lower border */