Searched refs:newword (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dspell.el117 (let (word newword
131 (setq newword
136 (if (not (equal word newword))
140 newword)))))))
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextDisplay.itk55 public method substitute {word newword}
87 body TextDisplay::substitute {word newword} {
95 $itk_component(text) insert $index $newword
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-embed.el833 (newword (assoc major-mode calc-embedded-open-close-word-alist))
846 (when newword
849 (setq calc-embedded-open-word (nth 0 (cdr newword)))
850 (setq calc-embedded-close-word (nth 1 (cdr newword))))
/macosx-10.10/vim-55/src/
H A Dspell.c6871 char_u newword[MAXWLEN]; local
6931 *newword = NUL;
6933 STRCPY(newword, ae->ae_add);
6949 STRCAT(newword, p);
6954 STRCPY(newword, word);
6958 p = newword + STRLEN(newword);
6961 mb_ptr_back(newword, p);
6965 STRCAT(newword, ae->ae_add);
7074 if (store_word(spin, newword, use_flag
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy2569 newword {
2574 where B<newword> is the abbreviation, and B<opt1>, etc, are existing parameters

Completed in 148 milliseconds