Searched refs:pe (Results 1 – 3 of 3) sorted by relevance
197 except ParserException as pe:198 if pe.tok:199 col = line.find(expr) + pe.tok.lexpos200 tok = pe.tok.value201 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))203 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()