Searched refs:n_type (Results 1 – 7 of 7) sorted by relevance
11 short n_type; member29 #define TYPE(n) ((n)->n_type)
11 short n_type; member30 #define TYPE(n) ((n)->n_type)
13 n->n_type = type; in PyNode_New()106 n->n_type = type; in PyNode_AddChild()
162 if (n->n_type != NEWLINE) in metacompile()252 if (n->n_type == LSQB) { in compile_item()272 if (n->n_type == STAR) in compile_item()288 if (n->n_type == LPAR) { in compile_atom()296 else if (n->n_type == NAME || n->n_type == STRING) { in compile_atom()299 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
63 UINT32 n_type; /* Type of this note. */ member