Searched refs:MAX_CMDLEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dcmd.h12 #define MAX_CMDLEN 16 macro
H A Ddecode.c920 char usercmd[MAX_CMDLEN+1];
951 } while (action == A_PREFIX && nch < MAX_CMDLEN);
H A Dlesskey.c21 * key bindings. Basically any sequence of 1 to MAX_CMDLEN
659 if (cmdlen > MAX_CMDLEN)

Completed in 177 milliseconds