Searched refs:trex_error (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 3094 static void trex_error(TRex *exp,const TRexChar *error) in trex_error() function 3102 trex_error(exp, _SC("expected paren")); in trex_expect() 3118 } else if(!scisprint(*exp->_p)) trex_error(exp,_SC("letter expected")); in trex_escapechar() 3163 trex_error(exp,_SC("letter expected")); in trex_charnode() 3177 if(*exp->_p == ']') trex_error(exp,_SC("empty class")); in trex_class() 3182 if(*exp->_p++ == ']') trex_error(exp,_SC("unfinished range")); in trex_class() 3184 if(first>*exp->_p) trex_error(exp,_SC("invalid range")); in trex_class() 3185 …if(exp->_nodes[first].type == OP_CCLASS) trex_error(exp,_SC("cannot use character classes in range… in trex_class() 3224 if(positions==1000000000) trex_error(exp,_SC("overflow in numeric constant")); in trex_parsenumber() 3274 if(!isdigit(*exp->_p)) trex_error(exp,_SC("number expected")); in trex_element() [all …]
|