Searched refs:pe (Results 1 – 3 of 3) sorted by relevance
194 except ParserException as pe:195 if pe.tok:196 col = line.find(expr) + pe.tok.lexpos197 tok = pe.tok.value198 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))200 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, col, pe.txt))
30 xargs perl -MFile::Basename -pe \
35 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() argument37 struct string_list *b = *pb, *e = *pe; in remove_list()