Searched refs:words (Results 151 - 175 of 329) sorted by relevance

1234567891011>>

/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dman2html.c1993 fill_words(char *c, char *words[], int *n) argument
2000 words[*n] = sl;
2013 if (words[*n] != sl)
2015 words[*n] = sl + 1;
2021 if (words[*n] != sl)
2026 words[*n] = sl;
2033 if (sl != words[*n])
2189 int words; local
2674 sl = fill_words(c, wordlist, &words);
2680 for (i = 0; i < words;
[all...]
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm52 # Parse the words from the string.
61 # Parse the words from the file.
68 # Parse the words from the file.
223 words?" The short answer is to split on word boundaries. However, every word
233 my @words = (
263 So it's not just comparing words, but word-like tokens and control/punctuation
272 languages don't put non-word characters between words. Ideally, Test::WordDiff
338 this module; you'll just have to tokenize your strings into words yourself,
355 split up into words. word_diff() will also C<stat> the file to get the last
362 split up into words
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc.el762 (defun eudc-format-query (words format)
769 (while (and words format)
770 (setq query-alist (cons (cons (car format) (car words))
772 (setq words (cdr words)
787 (mapconcat 'identity words " ")
788 (list (cons 'name (mapconcat 'identity words " ")))))))
814 individual inline query words with directory attribute names.
837 (query-words (split-string (buffer-substring beg end) "[ \t]+"))
876 (length query-words))
[all...]
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t118 /* All identifiers that are not reserved words
131 /* Reserved words that specify storage class.
135 /* Reserved words that specify type.
139 /* Reserved words that qualify type: "const" or "volatile".
154 /* the reserved words */
162 /* the reserved words... C++ extensions */
1380 member? In other words, is "bar" an after_type_declarator or a
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcomplete.c324 cs->words = STRDUP (Warg);
447 SQPRINTARG (cs->words, "-W");
545 cs->words = STRDUP (Warg);
H A Djobs.c155 command->value.Simple->words = copy_word_list (list);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dselector.cpp168 const int size = FDSet::words(fdMax); // number of active words in sets
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h469 #define bn_wexpand(a,words) (((words) <= (a)->max)?(a):bn_expand2((a),(words)))
470 BIGNUM *bn_expand2(BIGNUM *a, int words);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dselector.cpp168 const int size = FDSet::words(fdMax); // number of active words in sets
/macosx-10.10.1/apr-32/apr/apr/build/
H A DNWGNUtail.inc80 ifeq "$(words $(strip $(TARGET_lib)))" "1"
124 ifeq "$(words $(strip $(TARGET_nlm)))" "1"
129 ifeq "$(words $(strip $(TARGET_lib)))" "1"
206 ifeq "$(words $(strip $(TARGET_lib)))" "1"
220 @echo $(DL)FILES_lib_objs=$(words $(FILES_lib_objs))$(DL)
234 @echo FILES_lib_objs=$(words $(FILES_lib_objs))
252 ifeq "$(words $(strip $(TARGET_nlm)))" "1"
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A DWKdmDecompress.c17 /* WK_unpack_2bits takes any number of words containing 16 two-bit values
18 * and unpacks them into four times as many words containg those
32 * 4 output words. This loop could be unrolled a little---it's
51 /* unpack four bits consumes any number of words (between input_buf
53 * into twice as many words, with each value in a separate byte.
68 * 4 output words. This loop should probably be unrolled
97 /* loop to fetch words of input, splitting each into three
98 * words of output with 10 meaningful low bits. This loop
119 * and a page size in words. The page size had better be 1024 unless
127 __unused unsigned int words)
125 WKdm_decompress(WK_word* src_buf, WK_word* dest_buf, __unused unsigned int words) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el674 ;; Alist relating magic words to a label type.
675 (defvar reftex-words-to-typekey-alist nil)
758 reftex-words-to-typekey-alist
913 (setq reftex-words-to-typekey-alist nil
1013 ;; Are the magic words regular expressions? Quote normal words.
1019 (or (assoc word reftex-words-to-typekey-alist)
1020 (push (cons word typekey) reftex-words-to-typekey-alist)))
1059 ;; Convert magic words to regular expressions. We make regular expressions
1062 (setq reftex-words
[all...]
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.c2131 int word, words; local
2136 words = 0;
2139 list[words++] = xcp->keyword;
2142 list[words++] = xcp->keyword;
2150 (list), (size_t)(words), sizeof(char *), helpsort);
2152 for (word = 0; word < words; word++) {
2160 rows = (words + cols - 1) / cols;
2165 for (word = row; word < words; word += rows) {
2173 words = findcmd(cmd, builtins, opcmds, &xcp);
2174 if (words
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dhash_test.c35 unsigned int words)
40 for (i = 0; i < words; i++) {
34 print_digest(const char *s, const char *hash, unsigned char *d, unsigned int words) argument
/macosx-10.10.1/gpatch-3/patch/
H A Dansi2knr.c443 { static char *words[] = local
450 char **key = words;
/macosx-10.10.1/ntp-92/util/
H A Dansi2knr.c504 { static char *words[] = local
511 char **key = words;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.c1204 run_wordexp (words)
1205 char *words;
1229 /* Run it through the parser to get a list of words and expand them */
1230 if (words && *words)
1232 with_input_from_string (words, "--wordexp");
1242 wl = global_command->value.Simple->words;
1259 /* Count up the number of words and bytes, and print them. Don't count
H A Dcopy_cmd.c65 /* Copy the chain of words in LIST. Return a pointer to
300 new_simple->words = copy_word_list (com->words);
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dicon.el414 ;; List of words to check for as the last thing on a line.
630 "cset" "set" "real" "file" "list") 'words)
638 "fail" "record" "then") 'words)
641 (cons (regexp-opt '("end" "initial") 'words)
H A Dmixal-mode.el971 "Move MOD words from M to the location stored in rI1."
984 "Transfer a block of words from the specified unit to memory.
989 "Transfer a block of words from memory.
1043 mixal-operation-codes-alist) 'words)
1045 (,(regexp-opt mixal-assembly-pseudoinstructions 'words)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp2780 uint64_t words[2];
2781 words[0] = mysignificand;
2782 words[1] = ((uint64_t)(sign & 1) << 15) |
2784 return APInt(80, words);
2822 uint64_t words[2];
2823 words[0] = ((uint64_t)(sign & 1) << 63) |
2826 words[1] = ((uint64_t)(sign2 & 1) << 63) |
2829 return APInt(128, words);
2859 uint64_t words[2];
2860 words[
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dmd5.c71 byteSwap(isc_uint32_t *buf, unsigned words) argument
79 } while (--words);
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dmpuz.el318 (defun mpuz-paint-number (n &optional eol words)
322 (progn (backward-word (or words 1)) (point)))
/macosx-10.10.1/ntp-92/lib/isc/
H A Dmd5.c46 byteSwap(isc_uint32_t *buf, unsigned words) argument
54 } while (--words);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dforth.vim27 " new words commonly used in Forth programs or defined by GNU Forth.
48 " for the parenthesis comment word, so words with a trailing
66 " some words for operators, conditionals, and definitions; and added the
160 " new words

Completed in 228 milliseconds

1234567891011>>