Searched refs:inword (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dcasefiddle.c43 register int inword = flag == CASE_DOWN;
62 if (inword)
89 if (inword && flag != CASE_CAPITALIZE_UP)
92 && (!inword || flag != CASE_CAPITALIZE_UP))
109 inword = SYNTAX (c) == Sword;
175 register int inword = flag == CASE_DOWN;
204 if (inword && flag != CASE_CAPITALIZE_UP)
207 && (!inword || flag != CASE_CAPITALIZE_UP))
217 inword = SYNTAX (c) == Sword && (inword || !SYNTAX_PREFI
42 register int inword = flag == CASE_DOWN; local
173 register int inword = flag == CASE_DOWN; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcut.c372 register int nodelim, empty, inword=0; local
391 if (!inword)
402 inword = 0;
509 inword++;
527 } while (!inword);
528 if (!inword)
554 if(inword && nodelim && !cut->sflag && (c=cp-first)>0)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dtext.c1243 int inword, c, nc, nop; local
1271 inword = 0;
1280 inword = 0;
1287 nop = inword ? DownCase : UpCase;
1288 inword = 1;
/macosx-10.10/vim-55/src/
H A Dspell.c924 static void spell_soundfold __ARGS((slang_T *slang, char_u *inword, int folded, char_u *res));
925 static void spell_soundfold_sofo __ARGS((slang_T *slang, char_u *inword, char_u *res));
926 static void spell_soundfold_sal __ARGS((slang_T *slang, char_u *inword, char_u *res));
928 static void spell_soundfold_wsal __ARGS((slang_T *slang, char_u *inword, char_u *res));
14023 * Turn "inword" into its sound-a-like equivalent in "res[MAXWLEN]".
14035 spell_soundfold(slang, inword, folded, res)
14037 char_u *inword;
14038 int folded; /* "inword" is already case-folded */
14046 spell_soundfold_sofo(slang, inword, res);
14051 word = inword;
[all...]

Completed in 172 milliseconds