Searched refs:atomtype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c788 int atomtype;
806 atomtype = v->nexttype;
807 switch (atomtype) {
949 atomtype = PLAIN; /* something that's not '(' */
1065 if (atomtype == '(') {
1079 if (atomtype != '(' && atomtype != BACKREF && !MESSY(UP(f))) {
1155 if (atomtype == BACKREF) {
1195 if (atomtype == BACKREF) {
780 int atomtype; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c729 int atomtype; local
741 atomtype = v->nexttype;
742 switch (atomtype) {
876 atomtype = PLAIN; /* something that's not '(' */
968 if (atomtype == '(')
978 if (atomtype != '(' && atomtype != BACKREF && !MESSY(UP(f))) {
1036 if (atomtype == BACKREF) {
1066 if (atomtype == BACKREF) {

Completed in 131 milliseconds