Home
last modified time | relevance | path

Searched refs:ASCII_ISLOWER (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h108 # define ASCII_ISLOWER(c) islower(c) macro
111 # define ASCII_ISLOWER(c) ((unsigned)(c) - 'a' < 26) macro
113 # define ASCII_ISALPHA(c) (ASCII_ISUPPER(c) || ASCII_ISLOWER(c))
H A Dmark.c109 if (ASCII_ISLOWER(c)) in setmark_pos()
394 else if (ASCII_ISLOWER(c)) // normal named mark in getmark_buf_fnum()
810 lower = ASCII_ISLOWER(*p); in ex_delmarks()
819 if (!(lower ? ASCII_ISLOWER(p[2]) in ex_delmarks()
H A Dsession.c1373 if (ASCII_ISLOWER(*p)) in var_flavour()
H A Dregister.c227 else if (ASCII_ISLOWER(i)) in get_yank_register()
H A Dtag.c2133 || (lbuf[0] == '!' && ASCII_ISLOWER(lbuf[1]))) in find_tags()
H A Dex_docmd.c3698 if (ASCII_ISLOWER(eap->cmd[0])) in find_ex_command()
3712 if (ASCII_ISLOWER(c2)) in find_ex_command()
H A Duserfunc.c3086 if (!ASCII_ISLOWER(name[0]) || name[1] == ':') in builtin_function()
H A Dvim9compile.c3494 if (ASCII_ISLOWER(*name) && name[1] != ':' && !is_autoload) in compile_call()