Searched refs:terminal (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Ddepth_first.rb19 def terminal o method in class:Psych.Visitors.DepthFirst
22 alias :visit_Psych_Nodes_Scalar :terminal
23 alias :visit_Psych_Nodes_Alias :terminal
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl168 return [pt::pe terminal [char unquote [string range $input $s $e]]]
173 return [pt::pe terminal [char unquote [string range $input $s $e]]]
178 return [pt::pe terminal [char unquote [string range $input $s $e]]]
183 return [pt::pe terminal [string range $input $s $e]]
188 return [pt::pe terminal [char unquote [string range $input $s $e]]]
H A Dpt_pexpr_op.tcl106 # ignored for terminal expressions.
208 # A terminal. Just extend the accumulator. The main processing
237 lappend res [pt::pe terminal [lindex $buf 0]]
250 # A terminal or range. Just extend the accumulator. The main processing
285 # We are behind a single t- or ..-operator. A terminal can be
292 lappend res [pt::pe terminal [lindex $args 0]]
299 lappend res [pt::pe terminal $a]
/macosx-10.10/ncurses-44/ncurses/misc/
H A Drun_tic.in106 These are extended terminal capabilities which are compiled
125 These are extended terminal capabilities which may be compiled
H A Drun_tic.sh107 These are extended terminal capabilities which are compiled
126 These are extended terminal capabilities which may be compiled
H A Demx.src34 # This section describes terminal classes and maker brands that are still
41 # know what kind of terminal is on it. The characteristics of an unknown
42 # terminal are the lowest common denominator - they look about like a ti 700.
52 unknown|unknown terminal type,
157 #### ANSI/ECMA-48 terminals and terminal emulators
166 ansi-mini|any ansi terminal with pessimistic assumptions,
335 # On my terminal, \E[4m looks dim.
416 #### X terminal emulators
422 x10term|vs100-x10|xterm terminal emulator (X10 window system),
480 xterm-r6|xterm terminal emulato
[all...]
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A DMakefile7 telnet.c terminal.c tn3270.c utilities.c
/macosx-10.10/uucp-11/uucp/unix/
H A Ddetach.c2 Detach from the controlling terminal.
63 /* Detach from the controlling terminal. This is called by uucico if
67 independent of the terminal. */
121 /* Lose the original controlling terminal as well as our process
136 make sure we have no connection at all to the terminal. */
149 controlling terminal. */
156 #error Cannot detach from controlling terminal
161 detach the controlling terminal. On an old BSD system the call
163 acquire a new controlling terminal (TIOCNOTTY may or may not have
179 terminal
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGInPlaceAbstractState.cpp362 Node* terminal = basicBlock->last(); local
364 ASSERT(terminal->isTerminal());
366 switch (terminal->op()) {
369 return merge(basicBlock, terminal->targetBlock());
376 changed |= merge(basicBlock, terminal->branchData()->taken.block);
378 changed |= merge(basicBlock, terminal->branchData()->notTaken.block);
386 SwitchData* data = terminal->switchData();
/macosx-10.10/dtrace-147/DTTk/Docs/Examples/
H A Doneliners_examples.txt113 gnome-terminal 900
136 gnome-terminal 51955
145 gnome-terminal
182 gnome-terminal
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_util.tcl58 $tree set $new type terminal
113 $tree set $new type terminal
165 if {[$tree get $root type] eq "terminal"} {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A DMakefile.in80 $(srcdir)/callback.c $(srcdir)/terminal.c $(srcdir)/xmalloc.c \
98 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
242 terminal.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
243 terminal.o: tcap.h
244 terminal.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
245 terminal.o: history.h rlstdc.h
270 terminal.o: rlshell.h
289 terminal.o: rlprivate.h
313 terminal.o: xmalloc.h
355 terminal
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c93 * a Unicode-capable terminal would have something resembling a mode.
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-iso.el63 ;; | grouped sequence | meta identifier | terminal string
74 ;; terminal string = "'", character - "'", {character - "'"}, "'"
86 ;; | terminal string | special sequence | character;
172 (or (eq token 'non-terminal)
237 ;;; | grouped sequence | meta identifier | terminal string
248 ;;; terminal string = "'", character - "'", {character - "'"}, "'"
258 ;; terminal string
259 ((eq token 'terminal)
260 (ebnf-make-terminal ebnf-iso-lex))
262 ((eq token 'non-terminal)
[all...]
H A Debnf-abn.el160 ;; 1. Rules name and terminal strings are case INSENSITIVE.
276 (or (eq token 'non-terminal)
402 ;; terminal
403 ((eq token 'terminal)
404 (ebnf-make-terminal ebnf-abn-lex))
405 ;; non-terminal
406 ((eq token 'non-terminal)
407 (ebnf-make-non-terminal ebnf-abn-lex))
446 (aset ebnf-abn-token-table char 'non-terminal)
451 (aset ebnf-abn-token-table char 'non-terminal)
[all...]
H A Debnf-yac.el161 (or (eq (ebnf-yac-lex) 'non-terminal)
172 (or (eq (ebnf-yac-lex) 'non-terminal)
189 (or (eq token 'non-terminal)
236 ((eq token 'terminal)
237 (ebnf-make-terminal ebnf-yac-lex))
239 ((eq token 'non-terminal)
240 (ebnf-make-non-terminal ebnf-yac-lex))
254 (when (eq token 'non-terminal)
259 (or (eq (ebnf-yac-lex) 'non-terminal)
280 (aset table char 'non-terminal))
[all...]
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzkbd57 read term"?Enter current terminal type: [$TERM] "
63 We will now test some features of your keyboard and terminal.
93 print "Your keyboard or terminal does not recognize the Meta key."
109 print "Your keyboard or terminal does not recognize the Alt key."
133 Your current terminal and keyboard configuration does not appear to use
145 See also "man stty" or the documentation for your terminal or emulator.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm120 color for your terminal is. This is the default for debug messages.
149 supported by various common terminal emulators.
161 None (whatever the terminal default is)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Drm.c35 " standard input is a terminal, and the \b--force\b option is not"
92 int terminal; /* attached to terminal */ member in struct:State_s
268 else if (!(ent->fts_info & FTS_SL) && !state->force && state->terminal && eaccess(path, W_OK))
341 state.terminal = isatty(0);
/macosx-10.10/vim-55/runtime/
H A Dvimrc_example.vim44 " In many terminal emulators the mouse works just fine, thus enable it.
49 " Switch syntax highlighting on, when the terminal has colors
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm62 Text::WordDiff that uses ANSI-standard terminal escape sequences to highlight
68 terminal session. The diff content is highlighted as follows:
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc108 is an atomic parsing expression. It matches the terminal string [var x].
225 terminal symbol operators.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dutil_norm_lemon.tcl62 withatt type terminal \
75 withatt type terminal \
153 ## - DATA - Transient storage for terminal data.
191 $q query tree withatt type terminal over n {
254 # We get the left extend of the definition from the terminal
337 # them as terminal sequences.

Completed in 310 milliseconds

12345