Home
last modified time | relevance | path

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

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/hci/
H A Dreadline.c35 #define READLINE_MAX 256 macro
87 char buf[READLINE_MAX]; in readline()
/dports/net/ipxe/ipxe-2265a65/src/hci/
H A Dreadline.c41 #define READLINE_MAX 1024 macro
279 buf = zalloc ( READLINE_MAX ); in readline_history()
285 init_editstring ( &string, buf, READLINE_MAX ); in readline_history()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/
H A Dreadline.c41 #define READLINE_MAX 256 macro
259 char buf[READLINE_MAX]; in readline_history()
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c174 #define READLINE_MAX 256 macro
3463 wchar_t * const buf = malloc(sizeof(wchar_t) * READLINE_MAX);
3473 len = pos = mbstowcs(buf, prefill, READLINE_MAX);
3521 len = pos = mbstowcs(buf, pdents[cur].name, READLINE_MAX);
3573 if (pos < READLINE_MAX - 1) {
3621 len = pos = mbstowcs(buf, lastcmd, READLINE_MAX); // fallthrough
3636 pos = wcstombs(g_buf, buf, READLINE_MAX - 1);
3637 if (pos >= READLINE_MAX - 1)
3638 g_buf[READLINE_MAX - 1] = '\0';