Searched refs:pe (Results 1 – 3 of 3) sorted by relevance
30 xargs perl -MFile::Basename -pe \
235 except ParserException as pe:236 if pe.tok:237 col = line.find(expr) + pe.tok.lexpos238 tok = pe.tok.value239 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))241 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
36 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() argument38 struct string_list *b = *pb, *e = *pe; in remove_list()
Completed in 17 milliseconds