Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c625 static int mca_char(char c) in mca_char()
1361 * If we are in a multicharacter command, call mca_char. in commands()
1366 switch (mca_char(c)) in commands()
1376 * Command has been handled by mca_char. in commands()
612 static int mca_char(int c) mca_char() function