Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dindent.pro25 int preprocs_left(void);
/vim-8.2.3635/src/
H A Dindent.c1108 preprocs_left(void) in preprocs_left() function
H A Dregister.c2149 if (*ptr == '#' && preprocs_left()) in do_put()
H A Dops.c163 if (first_char != '#' || !preprocs_left()) in op_shift()