Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c2985 TRexNode *_nodes; member
3008 exp->_nodes = (TRexNode *)realloc(exp->_nodes, exp->_nallocated * sizeof(TRexNode)); in trex_newnode()
3010 exp->_nodes[exp->_nsize++] = n; // NOLINT(clang-analyzer-unix.Malloc) in trex_newnode()
3046 exp->_nodes[n].left = classid; in trex_charclass()
3072 exp->_nodes[node].left = *exp->_p; in trex_charnode()
3106 …if(exp->_nodes[first].type == OP_CCLASS) trex_error(exp,_SC("cannot use character classes in range… in trex_class()
3107 exp->_nodes[r].left = exp->_nodes[first].type; in trex_class()
3109 exp->_nodes[r].right = t; in trex_class()
3110 exp->_nodes[chain].next = r; in trex_class()
3117 exp->_nodes[chain].next = c; in trex_class()
[all …]