Searched refs:words (Results 226 - 250 of 329) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Derlang.vim64 " Ignore '_' and '-' in words
H A Dmake.vim66 syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
H A Dreadline.vim96 \ transpose-words upcase-word downcase-word
H A Dsqlforms.vim27 " The SQL reserved words, defined as keywords.
H A Dtexinfo.vim34 "marking words and phrases (chap. 9 in Texinfo manual)
163 "marking words and phrases (chap. 9 in Texinfo manual)
H A Dbtm.vim120 syn keyword btmBuiltInFunc contained words xms year
H A Dgtkrc.vim53 " Enums and engine words
H A Dpython.vim169 " 'False', 'True', and 'None' are also reserved words in Python 3.0
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-index.el1403 (as-words reftex-index-phrases-search-whole-words))
1417 index-key repeat as-words)
1572 (as-words reftex-index-phrases-search-whole-words)
1575 (re (reftex-index-make-phrase-regexp phrase as-words t))
1742 as-words allow-newline)
1745 With optional arg ALLOW-NEWLINE, allow single newline between words."
1746 (let* ((words (split-string phrase))
1750 (concat (if (and as-words (strin
[all...]
/macosx-10.10.1/nano-12/src/
H A Dtext.c1819 * added when we're done correcting misspelled words; and
2227 * added when we're done correcting misspelled words; and
2362 size_t words = 0, chars = 0; local
2392 words++;
2419 _("In Selection: ") : "", (unsigned long)words, (long)lines,
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgud.el2476 (let* ((words (split-string command-line))
2477 (program (car words))
2482 (file-word (let ((w (cdr words)))
2490 (args (cdr words))
H A Dsimula.el205 "virtual" "when" "while") 'words)
210 "long" "name" "real" "short" "text" "value" "ref") 'words)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyntax.c1211 /* Return the position across COUNT words from FROM.
1212 If that many words cannot be found before the end of the buffer, return 0.
1313 doc: /* Move point forward ARG words (backward if ARG is negative).
3238 DEFVAR_BOOL ("words-include-escapes", &words_include_escapes,
3239 doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */);
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_mutex.c89 #error MUTEX_GETSEQ_ADDR assumes little endian layout of 2 32-bit sequence words
358 * At various points along these timelines, since the sequence words and TID are written independently,
674 // we did not load the sequence words atomically, perform a
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h880 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon13154
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dccomplete.vim70 " Split item in words, keep empty word after "." or "->".
410 " TODO: add more reserved words
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbiapts.cpp1114 UnicodeString words = "one two three "; local
1115 rb2->setText(words);
/macosx-10.10.1/vim-55/runtime/indent/
H A Dsqlanywhere.vim53 " These are typically words that start a line.
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c705 * fewer words than expected. The cursor location cs
731 s = he->node.nam + he->words[2*n-2];
732 t = he->node.nam + he->words[2*n-1];
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex383 \key{set mark {\it arg\/} {\bf words} away}{M-@}
496 \key{transpose {\bf words}}{M-t}
503 \metax{check spelling of all words in region}{M-x ispell-region}
H A Dpl-refcard.tex496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
680 %\key{transpose {\bf words}}{M-t}
692 %\metax{check spelling of all words in region}{M-x ispell-region}
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm841 hash: C<< $self->{name} >>. In other words, the name of a hash-based attribute
953 hashes, but now untended by any object. In other words, when an inside-
1982 coerced to a string. In other words, instead of:
2007 coerced to a number. In other words, instead of:
2032 coerced to a boolean value. In other words, instead of:
/macosx-10.10.1/network_cmds-457/ping6.tproj/
H A Dping6.c2188 u_int16_t words; /*32bit count*/ member in struct:cbit
2220 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) >
2224 clen = ntohs(cbit.words) * sizeof(v);
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm586 label. In other words, there is an implicit:
642 In other words, any whitespace immediately surrounding the separator
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm588 label. In other words, there is an implicit:
644 In other words, any whitespace immediately surrounding the separator

Completed in 401 milliseconds

1234567891011>>