Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Ddecode.c649 public int fcmd_decode(char *cmd, char **sp) in fcmd_decode() function
H A Dfuncs.h107 public int fcmd_decode(char *cmd, char **sp);
H A Dcommand.c1330 action = fcmd_decode(cbuf, &extra); in commands()