Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dcommands.h35 int command_process(globalstate *gstate, int cmd);
H A Dcommands.c1054 command_process(globalstate *gstate, int cmd) in command_process() function
H A Dtop.c665 status = command_process(gstate, (int)ch); in do_command()