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

/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dtermio.h30 #define NCCS 32 macro
37 cc_t c_cc[NCCS]; /* control chars */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtermios.h108 #define NCCS 20 macro
272 cc_t c_cc[NCCS]; /* control chars */
292 cc_t c_cc[NCCS]; /* control chars */
303 cc_t c_cc[NCCS]; /* control chars */
H A Dttydefaults.h118 static cc_t ttydefchars[NCCS] = {
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.h272 # if defined(POSIX) && defined(NCCS)
273 # define NUMCC NCCS
278 # endif /* POSIX && NCCS */
/macosx-10.10/libedit-40/src/
H A Dtty.h272 # if defined(POSIX) && defined(NCCS)
273 # define NUMCC NCCS
278 # endif /* POSIX && NCCS */
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.h272 # if defined(POSIX) && defined(NCCS)
273 # define NUMCC NCCS
278 # endif /* POSIX && NCCS */
/macosx-10.10/tcsh-65/tcsh/
H A Ded.term.h314 # if defined(POSIX) && defined(NCCS)
315 # define NUMCC NCCS
320 # endif /* POSIX && NCCS */
/macosx-10.10/screen-22/screen/
H A Dos.h197 # ifdef NCCS
198 # define MAXCC NCCS
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c77 #ifndef NCCS
79 # define NCCS NCC macro
81 # define NCCS elementsof(((struct termio*)0)->c_cc) macro
422 for(i=0;i< NCCS; i++)
454 for(i=0;i< NCCS; i++)
/macosx-10.10/ntp-92/ntpd/
H A Dntp_refclock.c824 for (i = 0; i < NCCS; ++i)
887 for (i = 0; i < NCCS; ++i)
/macosx-10.10/efax-38/efax/
H A Defaxos.c430 for ( i=0 ; i<NCCS ; i++ ) t.c_cc[i] = 0 ;
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm233 # # # # $ISIG, $ISTRIP, $NCCS, $OPOST, $RAW, $TCGETS, $TCOON, $TCSETS, $TCXONC,
561 $NCCS = 17;
562 $termios_t = "LLLLc" . ("c" x $NCCS); # true for SunOS 4.1.3, at least...
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c1288 && memcmp (new.c_cc, settings->main.c_cc, NCCS) == 0)

Completed in 268 milliseconds