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

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_longname.c52 for (ptr = ttytype + strlen(ttytype); ptr > ttytype; ptr--)
56 returnPtr(ttytype);
H A Dlib_setup.c113 NCURSES_PUBLIC_VAR(ttytype) (void) function
144 NCURSES_EXPORT_VAR(char) ttytype[NAMESIZE] = "";
580 strncpy(ttytype, termp->type.term_names, NAMESIZE - 1);
581 ttytype[NAMESIZE - 1] = '\0';
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c82 ttytype(request,fd,ttycopy,ttyinit,s) function
175 if (knew_dev_tty) ttytype(GET_TTYTYPE,exp_dev_tty,0,0,(char *)0);
240 ttytype(SET_TTYTYPE,slave,ttycopy,ttyinit,stty_args);
H A Dpty_unicos.c117 ttytype(request,fd,ttycopy,ttyinit,s) function
185 if (knew_dev_tty) ttytype(GET_TTYTYPE,exp_dev_tty,0,0,(char *)0);
311 ttytype(SET_TTYTYPE,slave,ttycopy,ttyinit,stty_args);
H A Dpty_termios.c287 ttytype(request,fd,ttycopy,ttyinit,s) function
363 if (knew_dev_tty) ttytype(GET_TTYTYPE,exp_dev_tty,0,0,(char *)0);
676 ttytype(SET_TTYTYPE,slave,ttycopy,ttyinit,stty_args);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c263 u_char ttytype; /* method used */ member in struct:eesunit
298 #define is_cbreak(x) ((x)->ttytype & T_CBREAK)
299 #define is_pps(x) ((x)->ttytype & T_PPS)
300 #define is_any(x) ((x)->ttytype)
534 ees->ttytype = 0;
563 ees->ttytype |= T_PPS;
/macosx-10.10/ncurses-44/ncurses/include/
H A Dcurses.h.in1174 * b. ttytype is needed for backward compatibility
1181 NCURSES_WRAPPED_VAR(char *, ttytype);
1192 #define ttytype NCURSES_PUBLIC_VAR(ttytype())
1205 extern NCURSES_EXPORT_VAR(char) ttytype[];
H A Dcurses.head1174 * b. ttytype is needed for backward compatibility
1181 NCURSES_WRAPPED_VAR(char *, ttytype);
1192 #define ttytype NCURSES_PUBLIC_VAR(ttytype())
1205 extern NCURSES_EXPORT_VAR(char) ttytype[];
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c695 #define termbuf ttytype
696 extern char ttytype[];
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2621 #undef ttytype
2622 char ttytype[256];
H A Dllib-lncursesw3367 #undef ttytype
3368 char ttytype[256];
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim518 call append("$", "ttytype\talias for 'term'")

Completed in 327 milliseconds