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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm115 In other words, given:
/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A DDf.pm283 available to the user executing the application. In other words, if
/macosx-10.9.5/CPANInternal-140/Filesys-Df-0.92/
H A DDf.pm283 available to the user executing the application. In other words, if
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm36 Build a dictionary of unambiguous abbreviations for a group of words.
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/Exporter/
H A DUtil.pm36 of a method. In other words, it will export a method call with the exporting
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dwclib.c501 wp->words = nwords;
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dndis2.h455 WORD words[3]; member in union:_HardwareAddress
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc191 attribute. In other words, the
428 [enum] Push additional words in front to get
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsyntaxcomplete.vim57 " how to split words.
396 " We only want the words for the lines begining with
/macosx-10.9.5/vim-53/runtime/indent/
H A Druby.vim52 " Regex used for words that, at the start of a line, add a level of indent.
59 " Regex used for words that, at the start of a line, remove a level of indent.
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c291 #define bn_wexpand(a, words) (((words) <= (a)->dmax) ? (a) : bn_expand2((a), (words)))
592 bn_expand_internal(const BIGNUM *b, int words) argument
600 if (words > (INT_MAX/(4*BN_BITS2))) {
608 a = A = (BN_ULONG *)malloc(sizeof(BN_ULONG)*words);
642 memset(A, 0, sizeof(BN_ULONG)*words);
650 bn_expand2(BIGNUM *b, int words) argument
654 if (words > b->dmax) {
655 BN_ULONG *a = bn_expand_internal(b, words);
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/
H A DDispatch.pm358 syslog man pages (except that I expanded them to full words). Valid
406 words ("err") Log::Dispatch also allows the use of the full word as
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm553 syslog man pages (except that I expanded them to full words). Valid
594 UNIX syslog levels, except that where syslog uses partial words ("err")
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex493 after ``{\tt :}'', and dictionary words elsewhere.
680 \key{make words {\bf bold}}{*bold*}
681 \key{make words {\it italic}}{/italic/}
682 \key{make words \underbar{underlined}}{_underlined_}
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-ref.el500 (let ((words reftex-words-to-typekey-alist)
505 (while (and (setq cell (pop words))
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.9.5/text_cmds-87/sed/TEST/
H A Dsed.test48 DICT=/usr/share/dict/words
/macosx-10.9.5/vim-53/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.
/macosx-10.9.5/cctools-845/as/
H A Dppc.c2401 LITTLENUM_TYPE words[6]; local
2424 t = atof_ieee(input_line_pointer, type, words);
2429 for(wordP = words; prec--; ){
/macosx-10.9.5/nano-11/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.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DInterBase.pm38 Be careful to also not use any SQL reserved words in your DDL.
/macosx-10.9.5/emacs-92/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))

Completed in 150 milliseconds

1234567891011>>