Home
last modified time | relevance | path

Searched refs:attrp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dspell.pro2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount);
8 int spell_move_to(win_T *wp, int dir, int allwords, int curline, hlf_T *attrp);
H A Dscreen.pro18 void screen_getbytes(int row, int col, char_u *bytes, int *attrp);
/vim-8.2.3635/src/
H A Dspell.c161 hlf_T *attrp, in spell_check() argument
373 *attrp = HLF_SPB; in spell_check()
375 *attrp = HLF_SPR; in spell_check()
377 *attrp = HLF_SPL; in spell_check()
383 *attrp = HLF_SPC; in spell_check()
1269 hlf_T *attrp) // return: attributes of bad word or NULL in spell_move_to() argument
1404 if (attrp != NULL) in spell_move_to()
1405 *attrp = attr; in spell_move_to()
H A Dscreen.c1424 screen_getbytes(int row, int col, char_u *bytes, int *attrp) in screen_getbytes() argument
1432 *attrp = ScreenAttrs[off]; in screen_getbytes()