Lines Matching defs:ID
60 ID = 3
80 ## Set when token type is ID or ARG
107 return ID
175 elif self.ttype == ID:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
219 if self.ttype != ID:
227 self.ttype = self.tokenizer.nextToken() # move to ID following colon
238 # "ID" or "ID[arg]"
239 if self.ttype != ID:
355 You can also just pass in a node: ID
357 Any node can have a text argument: ID[foo]
523 Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional labels