Searched refs:ASCII_ISLOWER (Results 1 – 8 of 8) sorted by relevance
108 # define ASCII_ISLOWER(c) islower(c) macro111 # define ASCII_ISLOWER(c) ((unsigned)(c) - 'a' < 26) macro113 # define ASCII_ISALPHA(c) (ASCII_ISUPPER(c) || ASCII_ISLOWER(c))
109 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()
1373 if (ASCII_ISLOWER(*p)) in var_flavour()
227 else if (ASCII_ISLOWER(i)) in get_yank_register()
2133 || (lbuf[0] == '!' && ASCII_ISLOWER(lbuf[1]))) in find_tags()
3698 if (ASCII_ISLOWER(eap->cmd[0])) in find_ex_command()3712 if (ASCII_ISLOWER(c2)) in find_ex_command()
3086 if (!ASCII_ISLOWER(name[0]) || name[1] == ':') in builtin_function()
3494 if (ASCII_ISLOWER(*name) && name[1] != ':' && !is_autoload) in compile_call()