Home
last modified time | relevance | path

Searched refs:LT_POSP (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h29 #define LT_POSP(a, b) (((a)->lnum != (b)->lnum) \ macro
H A Dcharset.c1436 if (LT_POSP(pos1, pos2)) in getvcols()
H A Dindent.c1916 if (pos == NULL || LT_POSP(pos, &paren)) in get_lisp_indent()