Searched refs:IS_ALNUM (Results 1 – 3 of 3) sorted by relevance
36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
729 while (IS_ALNUM(conf, *e) in str_copy()739 while (IS_ALNUM(conf, *e) in str_copy()
26 #define IS_ALNUM(c) (isalnum(c) || (c) == '_') macro1194 if (!IS_ALNUM(buffer[name])) in save_param()1206 if (!IS_ALNUM(UCH(buffer[n - 1]))) in save_param()1399 while (i > 0 && IS_ALNUM(UCH(parms[i]))) in copy_param()