Home | History | Annotate | Download | only in Python

Lines Matching refs:DOT

1529     if (TYPE(ch) == DOT)
1665 else if (TYPE(CHILD(n, 0)) == DOT ) {
2499 /* length of string plus one for the dot */
2501 len--; /* the last name doesn't have a dot */
2582 } else if (TYPE(CHILD(n, idx)) != DOT) {