HomeSort by: relevance | last modified time | path
    Searched defs:clrtoeol (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
clrtoeol.c 1 /* $NetBSD: clrtoeol.c,v 1.36 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)clrtoeol.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: clrtoeol.c,v 1.36 2024/12/23 02:58:03 blymn Exp $");
48 * clrtoeol --
52 clrtoeol(void) function in typeref:typename:int
119 __CTRACE(__CTRACE_ERASE, "CLRTOEOL: y = %d, minx = %d, maxx = %d, "
curses.h 451 #define clrtoeol() wclrtoeol(stdscr) macro
556 int clrtoeol(void);

Completed in 13 milliseconds