Home | History | Annotate | Download | only in python2.7

Lines Matching defs:REGTYPE

77 REGTYPE = "0"                   # regular file
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
1114 info.get("type", REGTYPE),
1866 type = REGTYPE
1889 if type == REGTYPE: