Searched refs:term (Results 276 - 300 of 389) sorted by relevance

<<111213141516

/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A Dconfigure7315 char *term;
7317 value = strtoul(string, &term, 0);
7318 if ((value != 0) || (term != (string+1))) {
7419 char *term;
7421 value = strtod(string, &term);
7422 if ((value != 69) || (term != (string+4))) {
7525 char *term;
7527 value = strtod(infString, &term);
7528 if ((term != infString) && (term[
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dparse.c.orig60 static Shnode_t *term(Lex_t*,int);
540 * term
541 * list && term
542 * list || term
547 register Shnode_t *t = term(lexp,flag);
550 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI));
555 * term
557 * item | term
559 static Shnode_t *term(Lex_t *lexp,register int flag)
574 t->par.partre = term(lex
[all...]
/macosx-10.10/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h26173 char uniname2ctype_pool_str313[sizeof("term")];
26815 "term",
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dbase.rb605 alias_method(:term, :domain)
606 alias_method(:term=, :domain=)
/macosx-10.10/screen-22/screen/
H A Dterm.h.dist2 * This file is automagically created from term.c -- DO NOT EDIT
9 struct term
H A Dprocess.c95 extern struct term term[]; /* terminal capabilities */
1628 if (strcmp(term[i].tcname, s) == 0)
2447 Msg(0, "%s: term: argument too long ( < 20)", rc_name);
3146 if (strcmp(term[i].tcname, *args) == 0)
5223 nwin.term = &av[0][2];
5225 nwin.term = *av;
5722 debug1(" - %s", term[i + T_CAPS].tcname);
/macosx-10.10/vim-55/runtime/syntax/
H A Dcs.vim76 syn keyword csXmlTag contained list listheader item term description altcompliant altmember
H A Dcsc.vim168 hi cscVarName term=bold ctermfg=9 gui=bold guifg=blue
H A Dreadline.vim47 syn keyword readlineIfOps contained mode term
H A Dbasic.vim167 "hi basicMathsOperator term=bold cterm=bold gui=bold
H A Dgnuplot.vim108 syn keyword gnuplotType term[inal] linux aed767 aed512 gpic
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_consume.c722 char *term; local
739 if ((term = getenv("TERM")) != NULL &&
740 (strcmp(term, "sun") == 0 ||
741 strcmp(term, "sun-color") == 0) ||
742 strcmp(term, "dumb") == 0) {
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.y2917 term
3117 then : term
3123 | term keyword_then
3130 do : term
4383 superclass : term
4396 expr_value term
4400 | error term
4422 | f_args term
4980 term : ';' {yyerrok;} label
4984 terms : term
[all...]
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dinput.cpp4309 symbol nm, term; local
4333 term = get_name(); // the request that terminates the definition
4334 if (term.is_null())
4335 term = dot_symbol;
4367 const char *s = term.contents();
4369 // see if it matches term
4399 if (term != dot_symbol) {
4401 interpolate_macro(term);
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc2567 const char* const term = posix::GetEnv("TERM");
2569 String::CStringEquals(term, "xterm") ||
2570 String::CStringEquals(term, "xterm-color") ||
2571 String::CStringEquals(term, "xterm-256color") ||
2572 String::CStringEquals(term, "screen") ||
2573 String::CStringEquals(term, "linux") ||
2574 String::CStringEquals(term, "cygwin");
/macosx-10.10/OpenSSH-189/openssh/
H A Dclientloop.c2166 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env)
2188 packet_put_cstring(term != NULL ? term : "");
2165 client_session2_setup(int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) argument
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DImage.pm365 name was found to be too long, so we used the PNG inspired term
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el249 ;; repeat = [ integer "*" [ integer ]] term. ;; repetition
251 ;; term = factor
5389 ;; left justify term
5485 (let ((term (car (if last-p (last seq) seq))))
5487 ;; adjust empty term
5488 ((eq (ebnf-node-kind term) 'ebnf-generate-empty)
5489 (ebnf-node-width term (+ (- width seq-width)
5490 (ebnf-node-width term)))
5807 ;; n * term
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCompile.c1155 if (parse.term == (script + numBytes)) {
1191 if (parse.term == parse.commandStart + commandLength - 1) {
1420 if (nested && (*parse.term == ']')) {
1465 if (parse.term == parse.commandStart + commandLength - 1) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker.tcl715 proc term {text} { procedure
/macosx-10.10/vim-55/src/
H A DMake_ivc.mak254 "$(INTDIR)/term.obj" \
643 SOURCE=.\term.c
H A DMake_ming.mak473 $(OUTDIR)/term.o \
639 INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c3168 int term; local
3195 term = ' ';
3197 term = '\n';
3199 printf("%s%s%c", onoff, *fp, term);
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dutil.c139 /* initialize a buffer and copy the specified (null-term'd) string into it */
590 * to the next occurence of char term, or \0, whichever
593 static char *dav_fetch_next_token(char **str, char term) argument
603 if ((sp = strchr(token, term)) == NULL)
870 ** If: header. Of course, asserting the token in a "Not" term will
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c53 #include <term.h>
66 #include <term.h>

Completed in 415 milliseconds

<<111213141516