Home
last modified time | relevance | path

Searched refs:switch_isalpha (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dexprutil.c29 if (switch_isalpha(*name) || *name == '_') in exprValidIdent()
H A Dexprpriv.h204 SWITCH_DECLARE(int) switch_isalpha(int c);
H A Dexprpars.c359 } else if (expr[pos] == '_' || switch_isalpha(expr[pos])) { in exprStringToTokenList()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_utils.h266 SWITCH_DECLARE(int) switch_isalpha(int c);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_utils.c3820 SWITCH_DECLARE(int) switch_isalpha(int c) in switch_isalpha() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10647 public static int switch_isalpha(int c) { in switch_isalpha() method in FreeSWITCH.Native.freeswitch
10648 int ret = freeswitchPINVOKE.switch_isalpha(c); in switch_isalpha()
20166 public static extern int switch_isalpha(int jarg1); in switch_isalpha() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx20298 result = (int)switch_isalpha(arg1); in CSharp_FreeSWITCHfNative_switch_isalpha___()