Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dtty.h271 # define NUMCC NCCS macro
274 # define NUMCC NCC macro
277 # ifdef NUMCC
279 # if NUMCC <= VINTR
284 # if NUMCC <= VQUIT
289 # if NUMCC <= VERASE
294 # if NUMCC <= VKILL
299 # if NUMCC <= VEOF
304 # if NUMCC <= VEOL
309 # if NUMCC <= VEOL2
[all …]
/freebsd/contrib/tcsh/
H A Ded.term.h322 # define NUMCC NCCS macro
325 # define NUMCC NCC macro
328 # ifdef NUMCC
330 # if NUMCC <= VINTR
335 # if NUMCC <= VQUIT
340 # if NUMCC <= VERASE
345 # if NUMCC <= VKILL
350 # if NUMCC <= VEOF
355 # if NUMCC <= VEOL
360 # if NUMCC <= VEOL2
[all …]
H A DFixes1754 9. Avoid NUMCC from being defined twice.