Searched refs:words (Results 201 - 225 of 329) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst423 foreach name ( verbiage words periphrasis )
428 >words
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dalias.c60 /* Non-zero means expand all words on the line. Otherwise, expand
303 to be a little smarter... This skips words between balanced pairs of
304 quotes, words where the first character is quoted with a `\', and other
343 /* skip quoted strings, in ' or ", and words in which a character is quoted
347 /* Skip leading whitespace (or separator characters), and quoted words.
532 /* If we should be expanding here, if we are expanding all words, or if
/macosx-10.10.1/perl-103/5.16/
H A DGNUmakefile108 ifeq ($(words $(PROJECTS)),0)
/macosx-10.10.1/perl-103/5.18/
H A DGNUmakefile108 ifeq ($(words $(PROJECTS)),0)
/macosx-10.10.1/postfix-255/
H A Dchunking.pl1203 my @words = ("", "I", "hi", "cod", "sole", "shark", "salmon", "walleye",
1205 push @words, <<EOT;
1231 my $word = $words[int(rand(@words))];
/macosx-10.10.1/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c745 char *words; local
770 for (n = 0; (words = mystrtok(&lines, "\n")) != 0; ++n) {
771 if ((word = mystrtok(&words, " \t=")) != 0) {
780 if (words && state->tls_ctx)
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drpz.c401 int i, words, wlen; local
412 words = bits / DNS_RPZ_CIDR_WORD_BITS;
415 while (i < words) {
748 * find the first differing words
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-score.el255 (defcustom gnus-ignored-adaptive-words nil
256 "List of words to be ignored when doing adaptive word scoring."
260 (defcustom gnus-default-ignored-adaptive-words
275 "*Default list of words to be ignored when doing adaptive word scoring."
294 (defcustom gnus-adaptive-word-no-group-words nil
295 "If t, don't adaptively score words included in the group name."
496 "w" gnus-score-find-favourite-words)
1940 fuzzies arts words kill)
2025 (push (cons entries alist) words)
2156 (when words
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dbuiltin.c3204 /* and reserved words ... */
4052 short *words; local
4057 words = NULL;
4059 histsplitwords(*args, &words, &wordsize, &nwords, 1);
4061 ent->words = (short *)zalloc(nwords*sizeof(short));
4062 memcpy(ent->words, words, nwords*sizeof(short));
4063 free(words);
4067 ent->words = (short *)zalloc(nwords*2*sizeof(short));
4071 ent->words[iword
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr.cpp374 int32_t words = (int32_t)(((sizeof(int32_t) + (capacity + 1) * U_SIZEOF_UCHAR + 15) & ~15) >> 2); local
375 int32_t *array = (int32_t*) uprv_malloc( sizeof(int32_t) * words );
382 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dediff-diff.el412 (setq diff-list (cons (if word-mode 'words 'points)
606 ;; of this list. The type is either 'points or 'words
648 (if (eq diff-list-type 'words)
942 (setq diff-list (cdr diff-list)) ; discard list type (words or points)
1043 (setq diff-list (cons (if word-mode 'words 'points)
1334 Used for splitting difference regions into individual words.")
1340 These characters are ignored when differing regions are split into words.")
1345 "*Characters that constitute words of type 1.
1346 More precisely, [ediff-word-1] is a regexp that matches type 1 words.
1351 "*Characters that constitute words o
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Df90.el279 "elemental" "pure") 'words)
291 "elemental" "pure") 'words)
349 "block" "cyclic" "extrinsic" "new" "onto" "pure" "with") 'words)
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm115 In other words, given:
/macosx-10.10.1/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm283 available to the user executing the application. In other words, if
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm36 Build a dictionary of unambiguous abbreviations for a group of words.
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c501 wp->words = nwords;
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dndis2.h455 WORD words[3]; member in union:_HardwareAddress
/macosx-10.10.1/tcl-105/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.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim57 " how to split words.
396 " We only want the words for the lines begining with
/macosx-10.10.1/vim-55/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.10.1/OpenSSH-189/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.10.1/CPANInternal-159.1/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.10.1/emacs-93/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.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-ref.el500 (let ((words reftex-words-to-typekey-alist)
505 (while (and (setq cell (pop words))
/macosx-10.10.1/text_cmds-88/sed/TEST/
H A Dsed.test48 DICT=/usr/share/dict/words

Completed in 601 milliseconds

1234567891011>>