Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Ddefines.h27 #define CMDBUF_SIZE 2048 /* Buffer for multichar commands */ macro
H A Dcmdbuf.c27 static char cmdbuf[CMDBUF_SIZE]; /* Buffer for holding a multi-char command */
1202 char line[CMDBUF_SIZE]; in init_cmdhist()