Searched refs:BS (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dgould-np1.h75 #define LD_SWITCH_SYSTEM -BS -e start
/macosx-10.10.1/ntp-92/include/
H A Dascii.h49 #define BS 8 macro
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp119 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr)); local
122 if (AS == BS) return MustAlias;
127 SE->getEffectiveSCEVType(BS->getType())) {
133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
143 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
147 const SCEV *AB = SE->getMinusSCEV(AS, BS);
161 Value *BO = GetBaseValue(BS);
/macosx-10.10.1/efax-38/efax/
H A Defaxmsg.h13 NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, enumerator in enum:cchar
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dbldmanhelp.tcl56 {.HS .BS .BE .VS .VE} {
93 .HS* - .BS* - .BE* - .VS* - .VE* - .TH* {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsubshell.sh107 integer BS=1024 nb=64 ss=60 bs no
108 for bs in $BS 1
114 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs')
119 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs -- expected $((BS*nb)), got ${no:-0}"
122 for bs in $BS 1
129 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null)
134 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*
[all...]
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_driver.c106 | - BS; the pattern stays as it is and the previous
129 if (ch && ch != BS)
150 if (ch == BS)
185 assert(ch == 0 || ch == BS);
189 if (ch && ch != BS && menu->pindex > 0)
419 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item);
H A Dmenu.priv.h48 #define BS (8) macro
/macosx-10.10.1/vim-55/src/
H A Dascii.h26 #define BS '\010' macro
109 #define BS '\x16' macro
H A Dhangulin.c461 if (*c == BS)
703 if (*c == BS)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_nroff.tcl34 proc nr_bolds {} {return \n.BS}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dpaste.vim15 let paste#paste_cmd['i'] = 'x<BS><Esc>' . paste#paste_cmd['n'] . 'gi'
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dmkitclman214 .BS
/macosx-10.10.1/text_cmds-88/col/
H A Dcol.c61 #define BS '\b' /* backspace */ macro
181 case BS: /* can't go back further */
/macosx-10.10.1/vim-55/runtime/
H A Dmswin.vim24 vnoremap <BS> d
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2html2.tcl203 BS {}
H A Dman2help2.tcl280 BS {}
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2html2.tcl215 BS {}
H A Dman2help2.tcl281 BS {}
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcobol.vim192 return "\<BS>".lastchar.c
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhaskell.vim59 syn match hsSpecialChar contained "\\\(NUL\|SOH\|STX\|ETX\|EOT\|ENQ\|ACK\|BEL\|BS\|HT\|LF\|VT\|FF\|CR\|SO\|SI\|DLE\|DC1\|DC2\|DC3\|DC4\|NAK\|SYN\|ETB\|CAN\|EM\|SUB\|ESC\|FS\|GS\|RS\|US\|SP\|DEL\)"
H A Dtasm.vim79 syn match tasmRegister "\<E\=\([A-D]X\|[SD]I\|[BS]P\)\>"
H A Dnasm.vim232 syn match nasmGen16Register "\<\([A-D]X\|[DS]I\|[BS]P\)\>"
233 syn match nasmGen32Register "\<E\([A-D]X\|[DS]I\|[BS]P\)\>"
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el108 (and (setq temp (string-match ":[BS]S" fmt))
140 m mm bm s ss bss SS BS C
695 ((memq x '(s ss bs SS BS))
697 (not (and (memq x '(SS BS)) (math-zerop math-fd-second)))
700 ((memq x '(bs BS)) "%2d")
705 ((memq x '(bs BS)) " ")
1006 ((memq this '(s ss bs SS BS))
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c170 #define BS BACKSPACE macro
181 O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
217 #undef BS macro
2824 * that pending input will be retyped on BS.

Completed in 406 milliseconds

12