Searched refs:term (Results 201 - 225 of 409) sorted by relevance

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c36 #include <term.h> /* cur_term */
/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c41 #include <term.h>
/macosx-10.9.5/ruby-104/ruby/lib/rss/maker/
H A Datom.rb99 %w(term)
103 super + ["term", "scheme"]
/macosx-10.9.5/vim-53/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
H A Dchordpro.vim62 hi def chordproChorus term=bold cterm=bold gui=bold
H A Ddocbk.vim110 syn keyword docbkKeyword systemitem table tbody term tertiary tertiaryie contained
133 hi DocbkBold term=bold cterm=bold gui=bold
136 hi def DocbkBold term=bold cterm=bold gui=bold
H A Dform.vim34 syn keyword formConditional inexpression inside term
142 hi HeaderStatement term=underline ctermfg=LightGreen guifg=LightGreen gui=bold
144 hi HeaderStatement term=underline ctermfg=DarkGreen guifg=SeaGreen gui=bold
/macosx-10.9.5/zsh-60/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dtests-results.css59 p.term {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl1274 # Identical choices are reduced to a single term (lsort -uniq).
1278 foreach term [lrange $re 1 end] {lappend L $term}
1300 foreach term [lrange $re 1 end] {lappend L $term}
1355 foreach term [lrange $re 1 end] {lappend L $term}
1359 foreach term [lrange $re 1 end] {
1360 lappend res [eval [list .] $L [list $term] $L2]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/
H A Drequirements.grammar223 : term[maker] ( "or" { maker.insert<ExprOp>(label) = opOr; } term[maker] )*
226 term[Maker &maker]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dinit.c658 if (!*term) {
664 if (!strcmp(term, "emacs"))
669 if (tgetent(NULL, term) != TGETENT_SUCCESS)
671 if (tgetent(termbuf, term) != TGETENT_SUCCESS)
675 zerr("can't find terminal definition for %s", term);
933 term = ztrdup("");
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y3136 COND_COM *term, *tleft, *tright;
3151 term = cond_expr ();
3154 if (term)
3155 dispose_cond_node (term); /* ( */
3165 term = make_cond_node (COND_EXPR, (WORD_DESC *)NULL, term, (COND_COM *)NULL);
3172 term = cond_term ();
3173 if (term)
3174 term->flags |= CMD_INVERT_RETURN;
3183 term
[all...]
H A Dshell.c569 char *term, *emacs; local
571 term = get_string_value ("TERM");
572 no_line_editing |= term && (STREQ (term, "emacs"));
574 running_under_emacs = emacs ? ((strstr (emacs, "term") != 0) ? 2 : 1) : 0;
578 no_line_editing |= emacs && emacs[0] == 't' && emacs[1] == '\0' && STREQ (term, "dumb");
/macosx-10.9.5/file_cmds-230/pax/
H A Dpax_format.c211 * different fields. term selects which kind to use. str is '0' padded
219 ul_oct(u_long val, char *str, int len, int term) argument
224 * term selects the appropriate character(s) for the end of the string
227 switch (term) {
266 * different fields. term selects which kind to use. str is '0' padded
274 uqd_oct(u_quad_t val, char *str, int len, int term) argument
279 * term selects the appropriate character(s) for the end of the string
282 switch (term) {
356 pax_format_list_output(ARCHD *arcn, time_t now, FILE *fp, int term) argument
368 (void)putc(term, f
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsession.c1240 if (s->term)
1241 child_set_env(&env, &envsize, "TERM", s->term);
1588 (s->term ? s->term : "unknown"),
2056 s->term = packet_get_string(&len);
2068 if (strcmp(s->term, "") == 0) {
2069 xfree(s->term);
2070 s->term = NULL;
2077 if (s->term)
2078 xfree(s->term);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dedt.el57 ;; (add-hook term-setup-hook 'edt-emulation-on)
318 (defvar edt-term nil
2067 (if edt-term (concat "-" edt-term))
2128 (setq edt-term "pc")
2130 (setq edt-term (getenv "TERM"))))
2138 (if (string-equal "vt" (substring edt-term 0 (min (length edt-term) 2)))
2139 (setq edt-term "vt100"))
2140 (let ((term ed
[all...]
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c246 char *term; local
452 name = "login.term";
773 term = getenv("TERM");
776 if (term != NULL)
777 setenv("TERM", term, 0);
927 /* Overwrite "term" from login.conf(5) for any known TERM */
928 if (term == NULL && (tp = stypeof(tty)) != NULL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c246 char *term; local
452 name = "login.term";
773 term = getenv("TERM");
776 if (term != NULL)
777 setenv("TERM", term, 0);
927 /* Overwrite "term" from login.conf(5) for any known TERM */
928 if (term == NULL && (tp = stypeof(tty)) != NULL)
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm1401 ## The test is either "term=xxxx", or just a string that
1403 if ($test =~ /term=([a-z0-9]+)/) {
1465 my $Orig = $Term::ReadLine::Perl::term->ornaments();
1476 $Term::ReadLine::Perl::term->ornaments
1479 $Term::ReadLine::Perl::term->ornaments($Orig);
1491 if !defined($line = $Term::ReadLine::Perl::term->get_line);
1504 $Term::ReadLine::Perl::term->register_Tk
1603 my $Orig = $Term::ReadLine::Perl::term->ornaments();
1612 $Term::ReadLine::Perl::term->ornaments
1617 $Term::ReadLine::Perl::term
[all...]
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1402 ## The test is either "term=xxxx", or just a string that
1404 if ($test =~ /term=([a-z0-9]+)/) {
1466 my $Orig = $Term::ReadLine::Perl::term->ornaments();
1477 $Term::ReadLine::Perl::term->ornaments
1480 $Term::ReadLine::Perl::term->ornaments($Orig);
1492 if !defined($line = $Term::ReadLine::Perl::term->get_line);
1505 $Term::ReadLine::Perl::term->register_Tk
1604 my $Orig = $Term::ReadLine::Perl::term->ornaments();
1613 $Term::ReadLine::Perl::term->ornaments
1618 $Term::ReadLine::Perl::term
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Drss-assertions.rb204 term = "Music"
208 missing_args = [:missing_attribute, "category", "term"]
218 <category term="#{term}"/>
222 <category term="#{term}" scheme="#{scheme}" label="#{label}"/>
227 assert_equal(term, category.term)
1406 :term => target.term,
[all...]

Completed in 343 milliseconds

1234567891011>>