Searched refs:terminators (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/terminator-bounds-check/
H A Dmain.c29 extern void* terminators[] __asm__("section$start$__DATA$__mod_term_func");
45 terminators[0] = &rand;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Drecfmt.c58 static unsigned char terminators[] = { '\n', 0x15, 0x25 }; local
80 for (i = 0; i < elementsof(terminators); i++)
81 if ((t = (unsigned char*)memchr((void*)s, k = terminators[i], size / 2)) && (n = t - s + 1) > 1 && (total <= 0 || !(total % n)))
90 return REC_D_TYPE(terminators[i]);
137 for (j = 0; j < elementsof(terminators); j++)
138 if (s[i] == terminators[j])
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclParse.c235 int terminators; /* CHAR_TYPE bits that indicate the end local
265 terminators = TYPE_COMMAND_END | TYPE_CLOSE_BRACK;
267 terminators = TYPE_COMMAND_END;
312 if ((type & terminators) != 0) {
345 if (ParseTokens(src, numBytes, TYPE_SPACE|terminators,
383 if ((type & terminators) != 0) {
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclParse.c267 int terminators; /* CHAR_TYPE bits that indicate the end of a
288 terminators = TYPE_COMMAND_END | TYPE_CLOSE_BRACK;
290 terminators = TYPE_COMMAND_END;
337 if ((type & terminators) != 0) {
399 if (ParseTokens(src, numBytes, TYPE_SPACE|terminators,
588 if ((type & terminators) != 0) {
265 int terminators; /* CHAR_TYPE bits that indicate the end of a local
/macosx-10.9.5/vim-53/runtime/indent/
H A Dperl6.vim27 " - Heredocs with terminators that don't match \I\i*
H A Dperl.vim20 " - Heredocs with terminators that don't match \I\i*
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbnf.cpp491 const UChar* terminators; local
496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
498 terminators = NOQUOTE_STOPLIST;
501 while (p < e && !inList(*p, terminators)) ++p;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim74 \ isearch-terminators
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Ddelphi.el209 (defconst delphi-previous-terminators `(semicolon comma)
210 "Expression/statement terminators that denote a previous expression.")
803 (defun delphi-line-indent-of (from-token &optional offset &rest terminators)
805 ;; any offset. We also stop if one of the terminators or an open ( or [ is
820 ;; Stop at one of the specified terminators.
821 ((delphi-is kind terminators) (throw 'done nil)))
1027 ;; Indent multi-line comment terminators to the comment start.
1114 (delphi-is token-kind delphi-previous-terminators)
1219 ;; Remember if we have encountered any statement terminators.
1357 ((delphi-is token-kind delphi-previous-terminators)
[all...]

Completed in 101 milliseconds