Searched refs:trex_newnode (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 3073 static int trex_newnode(TRex *exp, TRexNodeType type) in trex_newnode() function 3124 int n = trex_newnode(exp,OP_CCLASS); in trex_charclass() 3135 case 'n': exp->_p++; return trex_newnode(exp,'\n'); in trex_charnode() 3136 case 't': exp->_p++; return trex_newnode(exp,'\t'); in trex_charnode() 3137 case 'r': exp->_p++; return trex_newnode(exp,'\r'); in trex_charnode() 3138 case 'f': exp->_p++; return trex_newnode(exp,'\f'); in trex_charnode() 3139 case 'v': exp->_p++; return trex_newnode(exp,'\v'); in trex_charnode() 3150 int node = trex_newnode(exp,OP_WB); in trex_charnode() 3158 return trex_newnode(exp,t); in trex_charnode() 3166 return trex_newnode(exp,t); in trex_charnode() [all …]
|