Home
last modified time | relevance | path

Searched refs:c_commands (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/systat/
H A Dcmds.c63 if (curmode->c_commands) { in command()
64 for (c = curmode->c_commands; c->c_name; c++) { in command()
H A Dsystat.h44 struct command *c_commands; /* commands for mode */ member