Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dstackusage30 xargs perl -MFile::Basename -pe \
A Dspdxcheck.py235 except ParserException as pe:
236 if pe.tok:
237 col = line.find(expr) + pe.tok.lexpos
238 tok = pe.tok.value
239 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))
/scripts/genksyms/
A Dparse.y36 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() argument
38 struct string_list *b = *pb, *e = *pe; in remove_list()

Completed in 17 milliseconds