Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dfuncs.h93 int fcmd_decode(const char *, char **);
Ddecode.c479 fcmd_decode(const char *cmd, char **sp) in fcmd_decode() function
Dcommand.c1021 action = fcmd_decode(cbuf, &extra); in commands()