Searched refs:term (Results 176 - 200 of 389) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dterm.c1 /* $NetBSD: term.c,v 1.57 2009/12/30 22:37:40 christos Exp $ */
38 static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95";
40 __RCSID("$NetBSD: term.c,v 1.57 2009/12/30 22:37:40 christos Exp $");
45 * term.c: Editor/termcap-curses interface
63 /* Solaris's term.h does horrid things. */
66 #include <term.h>
916 term_get(EditLine *el, const char **term) argument
918 *term = el->el_term.t_name;
926 term_set(EditLine *el, const char *term) argument
942 if (term
[all...]
/macosx-10.10/libedit-40/src/
H A Dterminal.c38 static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95";
64 /* Solaris's term.h does horrid things. */
66 #include <term.h>
848 terminal_get(EditLine *el, const char **term) argument
850 *term = el->el_terminal.t_name;
858 terminal_set(EditLine *el, const char *term) argument
874 if (term == NULL)
875 term = getenv("TERM");
877 if (!term || !term[
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuclient.c636 char *term = getenv ("TERM"); local
637 if (!term)
643 clean_string (term));
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadAix.c60 void (*term)(void); /* call static destructors */ member in struct:__anon12826
284 while (mp->cdtors->term) {
285 (*mp->cdtors->term)();
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dchnsecal.cpp531 * Return the major solar term on or after December 15 of the given
626 * Return the major solar term on or before a given date. This
645 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local
646 if (term < 1) {
647 term += 12;
649 return term;
653 * Return true if the given month lacks a major solar term.
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirementParser.hpp62 public: void term(
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirementParser.hpp62 public: void term(
/macosx-10.10/adv_cmds-158/tabs/
H A Dtabs.c51 #include <term.h>
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dconfigd.m122 * that syslogd is also being term'd. As
145 term(CFMachPortRef port, void *msg, CFIndex size, void *info)
464 termRequested = CFMachPortCreate(NULL, term, &context, NULL);
/macosx-10.10/emacs-93/emacs/src/s/
H A Dgnu-linux.h269 #define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term
/macosx-10.10/emacs-93/emacs/src/
H A Dsystty.h65 short term;
64 short term; member in struct:iosb
/macosx-10.10/ncurses-44/ncurses/include/
H A Dterm_entry.h48 #include <term.h>
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_getstr.c42 #include <term.h>
H A Dlib_slk.c46 #include <term.h> /* num_labels, label_*, plab_norm */
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_raw.c50 #include <term.h> /* cur_term */
H A Dlib_tputs.c45 #include <term.h> /* padding_baud_rate, xon_xoff */
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c36 #include <term.h> /* cur_term */
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c41 #include <term.h>
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Datom.rb99 %w(term)
103 super + ["term", "scheme"]
/macosx-10.10/vim-55/runtime/syntax/
H A Dflexwiki.vim112 hi def flexwikiBold term=bold cterm=bold gui=bold
113 hi def flexwikiItalic term=italic cterm=italic gui=italic
H A Drst.vim160 hi def rstEmphasis term=italic cterm=italic gui=italic
162 "term=bold cterm=bold gui=bold
/macosx-10.10/zsh-61/zsh/Test/
H A DA01grammar.ztst147 for name in word to term; do
153 >term
156 in word to term; do
162 >term
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFont.c1095 CONST char *p, *end, *next, *term;
1110 term = source;
1137 term = end;
1145 term = p;
1169 if ((flags & TK_AT_LEAST_ONE) && (term == source) && (p < end)) {
1170 term = p;
1172 if (term == source) {
1173 term += Tcl_UtfToUniChar(term, &ch);
1177 term
1083 CONST char *p, *end, *next, *term; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c1070 CONST char *p, *end, *next, *term;
1085 term = source;
1112 term = end;
1120 term = p;
1144 if ((flags & TK_AT_LEAST_ONE) && (term == source) && (p < end)) {
1145 term = p;
1147 if (term == source) {
1148 term += Tcl_UtfToUniChar(term, &ch);
1152 term
1059 CONST char *p, *end, *next, *term; local
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dtests-results.css59 p.term {

Completed in 297 milliseconds

1234567891011>>