Searched refs:PTR2CHAR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h259 * PTR2CHAR(): get character from pointer.
273 # define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p)) macro
280 # define PTR2CHAR(p) ((int)*(p)) macro
H A Dspell.c1063 c = PTR2CHAR(ptr);
4601 c = PTR2CHAR(p);
4645 c = PTR2CHAR(p);
5746 c = PTR2CHAR(aff_entry->ae_chop);
5750 || PTR2CHAR(aff_entry->ae_cond) == c))
5755 if (PTR2CHAR(p) == c_up)
10600 c = PTR2CHAR(su->su_badptr);
13415 gc = PTR2CHAR(p);
13418 bc = PTR2CHAR(su->su_badword);
15862 c = PTR2CHAR(wor
[all...]
H A Dgetchar.c4543 d = add_char2buf(PTR2CHAR(s), d);

Completed in 344 milliseconds