Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c126 '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 Dcmd.h18 #define A_DIGIT 6 macro
H A Dcommand.c646 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 Dlesskey_parse.c44 { "digit", A_DIGIT },