Lines Matching defs:readline
1 /* $NetBSD: readline.c,v 1.183 2025/06/14 13:43:50 christos Exp $ */
34 __RCSID("$NetBSD: readline.c,v 1.183 2025/06/14 13:43:50 christos Exp $");
55 #include "readline/readline.h"
70 /* readline compatibility stuff - look at readline sources/documentation */
175 /* stuff below is used internally by libedit for readline emulation */
253 * READLINE compatibility stuff
352 /* for proper prompt printing in readline() */
374 "ReadLine compatible completion function",
382 "ReadLine compatible suspend function",
387 * Set some readline compatible key-bindings.
438 readline(const char *p)
806 * does expansion the way I've understood readline documentation
1103 /* gdb 4.11 has been shipped with readline, where */
1105 /* should not be executed; in readline 2.1+ */
1748 * Note that readline and editline define directions in opposite ways.
1942 * Display list of strings in columnar format on readline's output stream.
2009 * bind key c to readline-type function func
2100 * Readline-4.0 appears to ignore the args.
2241 * readline source seems to do.