Home
last modified time | relevance | path

Searched refs:fcmd_decode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Ddecode.c770 public int fcmd_decode(constant char *cmd, constant char **sp) in new_lesskey()
649 public int fcmd_decode(char *cmd, char **sp) fcmd_decode() function
H A Dfuncs.h122 public int fcmd_decode(constant char *cmd, constant char **sp);
H A Dcommand.c1362 * Otherwise we call fcmd_decode to determine the in commands()
1406 action = fcmd_decode(cbuf, &extra); in commands()
1418 action = fcmd_decode(tbuf, &extra); in commands()