Searched refs:term (Results 151 - 175 of 409) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/src/
H A DMake_morph.mak67 term.c \
H A DMake_sas.mak132 term.c \
179 term.o \
226 proto/term.pro \
257 $(GST): scoptions vim.h keymap.h macros.h ascii.h term.h structs.h
367 term.o: term.c
368 proto/term.pro: term.c
/macosx-10.9.5/screen-22/screen/
H A Dtermcap.c33 extern struct term term[]; /* terminal capabilities */
91 if (term[i].type != T_STR)
93 if (strcmp(term[i].tcname, s) == 0)
146 switch(term[i].type)
149 D_tcs[i].flg = e_tgetflag(term[i].tcname);
152 D_tcs[i].num = e_tgetnum(term[i].tcname);
155 D_tcs[i].str = e_tgetstr(term[i].tcname, &tp);
1094 MakeString(term[i].tcname, buf, sizeof(buf), act->args[0]);
1103 switch(term[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl788 set term 1.0
792 set term [expr {1.0 * $term * $x/$rn}]
793 set gin [expr {$gin + $term}]
794 if {$term < $tol} {
802 set term 0.0
811 set term [expr {$term + 1.0}]
812 set an [expr {$a * $term}]
988 set term [exp
[all...]
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/
H A Dtidy.css187 td.term, font.term, .term, a:link.term, a:visited.term, a:active.term
/macosx-10.9.5/bash-92/bash-3.2/
H A Dtest.c122 static int term __P((void));
199 * term
200 * term '-a' and
207 value = term ();
218 * term - parse a term and return 1 or 0 depending on whether the term
221 * term ::=
236 term () function
253 return (value ? !term()
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dtemplate.c36 static void cgi_copy(FILE *out, FILE *in, int element, char term,
223 char term, /* I - Terminating character */
251 if (ch == term)
639 if (ch == EOF && term)
640 fprintf(stderr, "ERROR: %*sSaw EOF, expected '%c'!\n", indent, "", term);
220 cgi_copy(FILE *out, FILE *in, int element, char term, int indent) argument
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c122 static char term[64] = "TERM="; variable
642 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long");
691 char *cp = index(term+ENVSIZE, '/');
723 env[0] = term;
780 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type");
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dchill.vim140 " hi chillConditional term=bold ctermfg=red guifg=red gui=bold
158 "hi chillEDML term=underline ctermfg=DarkRed guifg=Red
160 "hi chillBoolConst term=bold ctermfg=brown guifg=brown
162 "hi chillLogical term=bold ctermfg=brown guifg=brown
179 " hi chillComment term=None ctermfg=lightblue guifg=lightblue
/macosx-10.9.5/libpcap-42/libpcap/
H A Dgrammar.y258 %type <blk> expr id nid pid term rterm qid
323 expr: term
324 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
326 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
406 term: rterm label
407 | not term { gen_not($2.b); $$ = $2; }
/macosx-10.9.5/CPANInternal-140/XML-LibXML/example/
H A Dxmllibxmldocs.pl393 my ( $term ) = $node->findnodes( "term" );
395 if ( defined $term ) {
396 $self->{OFILE}->print( "B<".$term->string_value().">" );
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dterm.c1 /* $NetBSD: term.c,v 1.5 2005/06/09 16:48:58 lukem Exp $ */
2 /* from NetBSD: term.c,v 1.40 2004/05/22 23:21:28 christos Exp */
40 * term.c: Editor/termcap-curses interface
862 term_get(EditLine *el, const char **term) argument
864 *term = el->el_term.t_name;
872 term_set(EditLine *el, const char *term) argument
888 if (term == NULL)
889 term = getenv("TERM");
891 if (!term || !term[
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest.priv.h243 #include <ncursesw/term.h>
245 #include <ncurses/term.h>
247 #include <term.h>
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A Dconfigure.in291 char *term, *string = "0";
292 exit(strtoul(string,&term,0) != 0 || term != string+1);
302 char *term, *string = " +69";
303 exit(strtod(string,&term) != 69 || term != string+4);
H A DtclLoadAix.c60 void (*term)(void); /* call static destructors */ member in struct:__anon12768
340 while (mp->cdtors->term) {
341 (*mp->cdtors->term)();
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newterm.c48 #include <term.h> /* clear_screen, cup & friends, cur_term */
H A Dlib_slkrefr.c41 #include <term.h> /* num_labels, label_*, plab_norm */
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c41 #include <term.h> /* cur_term, pad_char */
H A Dlib_ttyflags.c39 #include <term.h> /* cur_term */
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_atom_entry.rb48 :term => "music",
52 :term => "book",
138 :term => category.term,
H A Dtest_setup_maker_atom_feed.rb48 :term => "music",
52 :term => "book",
152 :term => category.term,
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.dol.c925 * of the shell input up to EOF or a line the same as "term".
929 heredoc(Char *term) argument
979 Dv[0] = term;
1013 if (c == CHAR_ERR || eq(lbuf.s, term))
1017 * If term was quoted or -n just pass it on
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-support.c126 int dstsize, const char *term,
130 const char *term, int encode);
1885 const char *term, /* I - Terminating characters */
1899 *src && (!term || !strchr(term, *src));
1959 const char *term, /* I - Terminating characters */
1967 if (term && *src == *term)
1882 http_copy_decode(char *dst, const char *src, int dstsize, const char *term, int decode) argument
1955 http_copy_encode(char *dst, const char *src, char *dstend, const char *reserved, const char *term, int encode) argument
/macosx-10.9.5/procmail-14/procmail/src/
H A Dlocking.c75 case EDQUOT: /* maybe it was a short term shortage? */
93 goto term;
98 term: { free(name); /* drop the preallocated buffer */
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.c310 e->term = 0;
341 e->term = up->ut_exit.e_termination;

Completed in 218 milliseconds

1234567891011>>