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

/macosx-10.9.5/emacs-92/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.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcut.c374 register int nodelim, empty, inword=0; local
393 if (!inword)
404 inword = 0;
511 inword++;
529 } while (!inword);
530 if (!inword)
556 if(inword && nodelim && !cut->sflag && (c=cp-first)>0)
/macosx-10.9.5/bash-92/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.9.5/vim-53/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 230 milliseconds