Searched refs:pe (Results 1 – 3 of 3) sorted by relevance
30 xargs perl -MFile::Basename -pe \
229 except ParserException as pe:230 if pe.tok:231 col = line.find(expr) + pe.tok.lexpos232 tok = pe.tok.value233 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))235 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
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()