Searched refs:command_chars (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/top/
H A Dtop.c191 static char command_chars[] = "\f qh?en#sdkriIutHmSCajzPJo"; local
193 static char command_chars[] = "\f qh?en#sdkriIutHmSCajzPJ"; local
195 /* these defines enumerate the "strchr"s of the commands in command_chars */
816 if ((iptr = strchr(command_chars, ch)) == NULL)
828 change = iptr - command_chars;

Completed in 110 milliseconds