Searched refs:A_DIGIT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | decode.c | 126 '0',0, A_DIGIT, 127 '1',0, A_DIGIT, 128 '2',0, A_DIGIT, 129 '3',0, A_DIGIT, 130 '4',0, A_DIGIT, 131 '5',0, A_DIGIT, 132 '6',0, A_DIGIT, 133 '7',0, A_DIGIT, 134 '8',0, A_DIGIT, 135 '9',0, A_DIGIT, [all...] |
H A D | cmd.h | 18 #define A_DIGIT 6 macro
|
H A D | command.c | 646 case A_DIGIT: in mca_char() 974 case A_DIGIT: 1437 case A_DIGIT: in commands() 1441 start_mca(A_DIGIT, ":", NULL, CF_QUIT_ON_ERASE); in commands()
|
H A D | lesskey_parse.c | 44 { "digit", A_DIGIT },
|