Searched refs:char (Results 76 - 100 of 485) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmail-utils.el82 (defun mail-unquote-printable-hexdigit (char)
83 (setq char (upcase char))
84 (if (>= char ?A)
85 (+ (- char ?A) 10)
86 (- char ?0)))
127 (goto-char (point-min))
133 (goto-char (match-end 0))
134 (cond ((= (char-after (match-beginning 1)) ?\n)
136 ((= (char
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_cparam_config_critcl.tcl135 char buf [50];
141 ckfree((char*) cd);
144 static const char*
209 char* buf;
246 ckfree ((char*) lv);
275 static CONST char* methods [] = {
325 CONST char* name;
376 parser = rde_param_new (sizeof(p_string)/sizeof(char*), (char**) p_string);
/macosx-10.9.5/Security-55471.14.18/lib/
H A DgenerateErrStrings.pl33 # void cssmPerror(const char *how, CSSM_RETURN error);
256 void writeStrings(const char *stringsFileName);
259 int main (int argc, char * const argv[])
261 const char *stringsFileName = NULL;
276 void writeStrings(const char *stringsFileName)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml14 | Unary of char * expr
17 | Binary of char * expr * expr
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml14 | Unary of char * expr
17 | Binary of char * expr * expr
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dthai-word.el10752 (goto-char (point-min))
10761 (defconst thai-MaiYaMok (make-char 'thai-tis620 ?\xE6))
10762 (defconst thai-PaiYanNoi (make-char 'thai-tis620 ?\xCF))
10769 ;; following char is not Thai (i.e., POS is equal to LIMIT), return t.
10776 (let* ((char (char-after pos))
10777 (this (cdr (assq char (cdr thai-word-table))))
10784 char (or (char-after pos) 0)
10785 category-set (char
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dfix_tommath_h.tcl61 {^(char|int|void)} {
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dbg-mouse.el76 -C- proportional goto-char line to middle suspend-emacs
103 (char-to-string (+ bg-mode-bits bg-mouse-buttons))))
163 (goto-char
205 (forward-char 1)
216 ((save-excursion (forward-char -1)
231 (defun bg-get-tty-num (term-char)
236 (char (- (read-char) 48)))
237 (while (and (>= char 0)
238 (<= char
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dentry3.tcl89 foreach char [split $chars ""] {
90 lappend phoneNumberMap $char $digit [string toupper $char] $digit
102 # char - The character (or string, though that will always be
105 proc validatePhoneChange {W vmode idx char} {
111 [string match {[0-9A-Za-z]} $char]
114 $W insert $idx [string map $phoneNumberMap $char]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dentry3.tcl88 foreach char [split $chars ""] {
89 lappend phoneNumberMap $char $digit [string toupper $char] $digit
101 # char - The character (or string, though that will always be
104 proc validatePhoneChange {W vmode idx char} {
110 [string match {[0-9A-Za-z]} $char]
113 $W insert $idx [string map $phoneNumberMap $char]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256c.tcl57 unsigned char buf[SHA256_HASH_SIZE];
59 char* str;
91 unsigned char* data;
118 unsigned char* data;
145 unsigned char* data;
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dgmp.tcl50 {const char *} {pointer-utf8}
51 {char *} pointer-var
95 {char *mpz_get_str (char *, int, mpz_srcptr)}
103 {int mpz_init_set_str (mpz_ptr, const char *, int)}
129 {int mpz_set_str (mpz_ptr, const char *, int)}
184 {char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr)}
190 {int mpf_init_set_str (mpf_ptr, const char *, int)}
205 {int mpf_set_str (mpf_ptr, const char *, in
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim81 \ beginning-of-line end-of-line forward-char
82 \ backward-char forward-word backward-word
93 \ delete-char backward-delete-char
94 \ forward-backward-delete-char quoted-insert
106 \ menu-complete delete-char-or-list
115 \ vi-complete vi-char-search vi-redo
123 \ vi-search-again vi-put vi-change-char
127 \ delete-char-or-list tty-status
139 \ forward-backward-delete-char
[all...]
H A Dscheme.vim90 syn keyword schemeFunc inexact->exact number->string string->number char=?
91 syn keyword schemeFunc char-ci=? char<? char-ci<? char>? char-ci>? char<=?
92 syn keyword schemeFunc char-ci<=? char>=? char
[all...]
H A Dlisp.vim106 syn keyword lispFunc alpha-char-p function pushnew
121 syn keyword lispFunc array-dimensions get-output-stream-string read-char
122 syn keyword lispFunc array-displacement get-properties read-char-no-hang
129 syn keyword lispFunc array-total-size graphic-char-p reader-error
142 syn keyword lispFunc base-char if-exists remove-duplicates
155 syn keyword lispFunc bit-orc2 int-char restart-name
176 syn keyword lispFunc boole-xor lcm set-char-bit
182 syn keyword lispFunc broadcast-stream-streams least-negative-normalized-double-float set-syntax-from-char
202 syn keyword lispFunc char list simple-condition-format-arguments
203 syn keyword lispFunc char
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dregexpfield.itk77 method _keyPress {char sym state}
81 method _peek {char}
357 # PRIVATE METHOD: _peek char
360 # char inserted at the insert position.
362 itcl::body iwidgets::Regexpfield::_peek {char} {
369 append rtnVal $firstPart $char $lastPart
389 itcl::body iwidgets::Regexpfield::_keyPress {char sym state} {
410 if {($char == "") || \
431 # Get the new value of the Regexpfield with the char inserted at the
440 set newVal [_peek $char]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bibtex/
H A Dbibtex.tcl411 foreach char [split $str ""] {
416 if {$char eq "\{"} {
419 } elseif {$char eq "\}"} {
423 } elseif {$char eq ","} {
425 } elseif {$char eq "\\"} {
428 } elseif {$char eq "\""} {
442 append retstr $char
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/inifile/
H A Dini.tcl65 ::set char $::ini::commentchar
69 puts $channel "$char [join $comments($sec) "\n$char "]\n"
75 puts $channel "$char [join $comments($sec\000$key) "\n$char "]"
81 catch { unset char sec key }
95 set char $::ini::commentchar
99 if { [string match "$char*" $line] } {
100 lappend com [string trim [string range $line [string length $char] end]]
114 if { [regexp "^(\".*\")\s+${char}(
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dregexp-opt.el177 ;; If there are several one-char strings, use charsets
184 ;; Collect one-char strings
186 (if (= (length s) 1) (push (string-to-char s) letters) (push s rest)))
189 ;; several one-char strings: take them and recurse
195 ;; all are one-char strings: just return a character set.
231 (let* ((char (char-to-string (string-to-char (car strings))))
232 (half1 (all-completions char strings))
247 (let* ((charmap (make-char
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule-util.el100 buffer; see also `char-width'.
132 column (+ column (char-width ch))
150 column (+ column (char-width ch))
351 (defun char-displayable-p (char)
357 (cond ((< char 256)
367 (car (internal-char-font nil char)))
374 (aref safe-chars char))
376 (memq (char
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-compat.el277 (lambda (char)
278 ;; Fixme: use a char table instead.
279 (if (not (memq char mh-url-unreserved-chars))
280 (if (> char 255)
282 (format "%%%02X" char))
283 (char-to-string char)))
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/base64/
H A Dascii85.tcl184 foreach char $X {
185 # we must check that every char is in the allowed range
186 if {$char < 33 || $char > 117 } {
188 if {$char == 122} {
190 # if a "z" char appears at the beggining of a group,
197 "error decoding data: \"z\" char misplaced"
200 # char is not in range and not a "z" at the beggining of a group
205 lappend group $char
233 # a single char i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-util.el83 (fset 'viper-int-to-char (symbol-function 'int-to-char))
101 (fset 'viper-int-to-char (symbol-function 'identity))
112 ;; CHAR is supposed to be a char or an integer (positive or negative)
117 (defun viper-memq-char (char list)
118 (cond ((and (integerp char) (>= char 0))
119 (memq (viper-int-to-char char) lis
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dmkhelp.pl144 static const unsigned char hugehelpgz[] = {
182 unsigned char* buf;
195 z.next_in = (unsigned char *)hugehelpgz + headerlen;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtmm.el296 (pos 0) (word 0) char)
309 (setq char (funcall (car shortcut-style) (aref str pos)))
310 (if (not (memq char tmm-short-cuts)) (throw 'done char))
315 (setq char tmm-next-shortcut-digit)
317 (if (not (memq char tmm-short-cuts)) (throw 'done char)))
318 (setq char nil))
319 (if char (setq tmm-short-cuts (cons char tm
[all...]

Completed in 360 milliseconds

1234567891011>>