Searched +refs:term +refs:word (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/
H A Dtest.pl19 $term = new Term::ReadLine 'Simple Perl calc';
23 $term = new Term::ReadLine 'Simple Perl calc', \*IN, \*OUT;
27 $term = new Term::ReadLine 'Simple Perl calc', \*IN, \*OUT;
29 $term = new Term::ReadLine 'Simple Perl calc', \*STDIN, \*STDOUT;
36 $OUT = $term->OUT || STDOUT;
37 %features = %{ $term->Features };
41 #$term->ornaments(1) if $features{ornaments};
48 Hint: Entering the word
51 this word should be already entered.)
54 while ( defined ($_ = $term
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dvirterm23 set rows 24 ;# number of rows in term
24 set cols 80 ;# number of columns in term
25 set term myterm ;# name of text widget used by term
30 set term_shell $env(SHELL) ;# program to run in term
37 # term_spawn_id ;# spawn id of term
65 # if {[string match *foo* [$term get 4.0 4.end]]}
68 # if {[string match foo* [$term get 4.7 4.end]]}
71 # $term get 1.0 end
183 global rows cols cur_row cur_col term termdat
[all...]
/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst147 for name in word to term; do
151 >word
153 >term
156 in word to term; do
160 >word
162 >term
223 word=Trinity
224 case $word i
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim47 syn keyword readlineIfOps contained mode term
82 \ backward-char forward-word backward-word
96 \ transpose-words upcase-word downcase-word
97 \ capitalize-word overwrite-mode kill-line
99 \ kill-whole-line kill-word backward-kill-word
100 \ unix-word-rubout unix-filename-rubout
102 \ copy-region-as-kill copy-backward-word
[all...]
H A Dsas.vim47 " any non-word character offset by -1; put ampersand in the skip list
240 hi sComment term=bold cterm=NONE ctermfg=Green ctermbg=Black gui=NONE guifg=DarkGreen guibg=White
241 hi sCard term=bold cterm=NONE ctermfg=Black ctermbg=Yellow gui=NONE guifg=Black guibg=LightYellow
242 hi sDate_Time term=NONE cterm=bold ctermfg=Green ctermbg=Black gui=bold guifg=SeaGreen guibg=White
243 hi sKeyword term=NONE cterm=NONE ctermfg=Blue ctermbg=Black gui=NONE guifg=Blue guibg=White
244 hi sFmtInfmt term=NONE cterm=NONE ctermfg=LightGreen ctermbg=Black gui=NONE guifg=SeaGreen guibg=White
245 hi sString term=NONE cterm=NONE ctermfg=Magenta ctermbg=Black gui=NONE guifg=Purple guibg=White
246 hi sText term=NONE cterm=NONE ctermfg=White ctermbg=Black gui=bold guifg=Black guibg=White
247 hi sNumber term=NONE cterm=bold ctermfg=Green ctermbg=Black gui=bold guifg=SeaGreen guibg=White
248 hi sProc term
[all...]
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
84 \ backward-delete-word backward-kill-line backward-word
85 \ beginning-of-line capitalize-word change-case
86 \ change-till-end-of-line clear-screen complete-word
87 \ complete-word-fwd complete-word-back complete-word-raw
88 \ copy-prev-word copy-region-as-kill dabbrev-expand delete-char
90 \ delete-char-or-list-or-eof delete-word digi
[all...]
H A Dflexwiki.vim26 " A [bracketed wiki word]
112 hi def flexwikiBold term=bold cterm=bold gui=bold
113 hi def flexwikiItalic term=italic cterm=italic gui=italic
H A Ddoxygen.vim152 " Create the single word matching special identifiers.
180 " Match parameters and retvals (highlighting the first word as special).
430 exe 'SynColor doxygenCodeWord term=bold cterm=bold '.font
553 SynColor doxygenBoldWord term=bold cterm=bold gui=bold
554 SynColor doxygenEmphasisedWord term=italic cterm=italic gui=italic
558 SynColor doxygenHtmlBoldUnderline term=bold,underline cterm=bold,underline gui=bold,underline
559 SynColor doxygenHtmlBoldItalic term=bold,italic cterm=bold,italic gui=bold,italic
560 SynColor doxygenHtmlBoldUnderlineItalic term=bold,italic,underline cterm=bold,italic,underline gui=bold,italic,underline
561 SynColor doxygenHtmlUnderline term=underline cterm=underline gui=underline
562 SynColor doxygenHtmlUnderlineItalic term
[all...]
H A Daspvbs.vim36 hi def AspVBSVariableSimple term=standout ctermfg=3 guifg=#99ee99
37 hi def AspVBSVariableComplex term=standout ctermfg=3 guifg=#ee9900
50 " priority over all so I can't get the multi-word matches
H A Dprogress.vim83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
124 " the subtraction/negation operation operator it needs a non-word
163 syn keyword ProgressOperator no-debug no-drag no-echo no-index-hint no-join-by-sqldb no-lookahead no-row-markers no-scrolling no-separate-connection no-separators no-und[erline] no-word-wrap
182 syn keyword ProgressOperator widget-pool width width[-chars] width-p[ixels] window-name window-sta[te] window-sys[tem] word-wrap x-of y-of year yes-no yes-no-cancel _dcm
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dparse.y278 /* The line number in a script where the word in a `case WORD', `select WORD'
288 ASSIGNMENT_WORD, yylval.word should be set to word_desc_to_read. */
296 WORD_DESC *word; /* the word that we read. */
314 %token <word> WORD ASSIGNMENT_WORD
547 { $$.word = $1; $$.redirect = 0; }
549 { $$.word = $1; $$.redirect = 0; }
551 { $$.redirect = $1; $$.word = 0; }
991 x.word = 0;
1018 #define PST_ALEXPNEXT 0x0002 /* expand next word fo
[all...]
H A Dshell.c206 int wordexp_only = 0; /* Do word expansion only */
444 /* Find full word arguments first. */
459 /* All done with full word options; do standard shell option parsing.*/
569 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");
921 word expansio
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclBasic.c713 ClientData clientData; /* One-word value to pass to proc. */
763 ClientData clientData; /* One-word value to pass to proc. */
812 ClientData clientData; /* One-word value to pass to proc. */
1927 * end-of-argv word.
2003 * end-of-objv word.
3124 * parsed into words, with one Tcl_Obj holding each word. The caller
3202 * word array with "unknown" as the first word and the original
3362 * parsed into words, with one Tcl_Obj holding each word.
3558 * tokens that make up a word o
4688 int word; local
4775 int word; local
[all...]
H A DtclCompile.c305 /* TIP #280 : Helper for building the per-word line information of all
787 TclInitCompileEnv(interp, envPtr, string, numBytes, invoker, word)
797 int word; /* Index of the word in that context
838 * keep the per-word line information for all compiled commands.
880 if ((ctx.nline <= word) || (ctx.line[word] < 0)) {
895 envPtr->line = ctx.line [word];
997 * Returns true if the tokenPtr argument points to a word value that is
1022 /* Check the sub tokens of the word
791 int word; /* Index of the word in that context variable
[all...]
/macosx-10.10.1/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26058 char uniname2ctype_pool_str6[sizeof("word")];
26173 char uniname2ctype_pool_str313[sizeof("term")];
26437 char uniname2ctype_pool_str1081[sizeof("word")];
26703 "word",
26815 "term",
27085 "word",
H A Dname2ctype.h26058 char uniname2ctype_pool_str6[sizeof("word")];
26173 char uniname2ctype_pool_str313[sizeof("term")];
26437 char uniname2ctype_pool_str1081[sizeof("word")];
26703 "word",
26815 "term",
27085 "word",
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBasic.c901 ClientData clientData) /* One-word value to pass to proc. */
950 ClientData clientData) /* One-word value to pass to proc. */
999 ClientData clientData) /* One-word value to pass to proc. */
3528 * into words, with one Tcl_Obj holding each word. The caller is
3620 * If so, create a new word array with the handler as the first words and
3891 * into words, with one Tcl_Obj holding each word.
3970 * that make up a word or the index for an array variable) this function
4005 * that make up a word or the index for an array variable) this function
4055 * each word of each command, then calls EvalObjv to execute each
4293 * TIP #280. Track lines to current word
4742 int word; local
4827 int word; local
5039 TclEvalObjEx( Tcl_Interp *interp, register Tcl_Obj *objPtr, int flags, const CmdFrame *invoker, int word) argument
[all...]
H A DtclCompile.c429 * TIP #280: Helper for building the per-word line information of all compiled
885 int word) /* Index of the word in that context getting
925 * keep the per-word line information for all compiled commands.
971 if ((ctxPtr->nline <= word) || (ctxPtr->line[word] < 0)) {
987 envPtr->line = ctxPtr->line[word];
1099 * Returns true if the tokenPtr argument points to a word value that is
1108 * When returning true, appends the known value of the word to the
1119 * of the word
871 TclInitCompileEnv( Tcl_Interp *interp, register CompileEnv *envPtr, const char *stringPtr, int numBytes, const CmdFrame *invoker, int word) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc104 [term corners].
173 default is used which takes the single word
189 entry per word, with the first entry
190 the word [emph after] name of the
408 per word, with the first entry the name of the
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex493 \key{binary word size}{b w}
626 \key{commute term leftward, rightward}{j L\, j R}
628 \key{isolate selected term in equation}{j I}
629 \key{negate, invert term in context}{j N\, j \&}
630 \key{rewrite selected term}{j r}
H A Dvipcard.tex285 \kbd{(setq term-setup-hook 'vip-mode)}
299 \key{delete previous word}{C-w}
430 \key{forward {\bf word}}{w {\rm or} W}
431 \key{{\bf backward} word}{b {\rm or} B}
432 \key{{\bf end} of word}{e {\rm or} E}
434 In the case of capital letter commands, a word is delimited by a
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el0 ;;; term.el --- general command interpreter in a window stuff
55 ;;; (defun term-send-up () (interactive) (term-send-raw-string "\eOA"))
56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
57 ;;; (defun term-send-right () (interactive) (term-send-raw-string "\eOC"))
58 ;;; (defun term-send-left () (interactive) (term-send-raw-string "\eOD"))
64 ;;; With this enhanced ansi-term
408 (defgroup term nil function
1297 (defun term (program) function
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.y761 %type <node> words symbols symbol_list qwords qsymbols word_list qword_list qsym_list word
2917 term
3117 then : term
3123 | term keyword_then
3130 do : term
3981 | word_list word ' '
3991 word : string_content label
3999 | word string_content
4036 | symbol_list word ' '
4383 superclass : term
4980 term : ';' {yyerrok;} label
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dparams.c88 *term, /* $TERM */ variable
1047 * *w is only set if we need to find the end of a word (input; should
1068 int hasbeg = 0, word = 0, rev = 0, ind = 0, down = 0, l, i, ishash; local
1122 * work on a per-word basis instead of characters. */
1123 word = 1;
1126 word = 1;
1176 word = rev = ind = down = keymatch = 0;
1275 if (word && !v->isarr) {
1294 } else if (!v->isarr && !word) {
1342 if (!v->isarr && !word) {
4208 zsfree(term); variable
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y761 %type <val> words symbols symbol_list qwords qsymbols word_list qword_list qsym_list word
2917 term
3117 then : term
3123 | term keyword_then
3130 do : term
3981 | word_list word ' '
3991 word : string_content label
3999 | word string_content
4036 | symbol_list word ' '
4383 superclass : term
4980 term : ';' {yyerrok;} label
[all...]

Completed in 295 milliseconds

12