Searched defs:jstyle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DJStyle.py30 # JStyle, wrap the jstyle tool in a pythonic API
37 def jstyle(fh, filename=None, output=sys.stderr, **opts): function
46 raise TypeError('jstyle() got an unexpected keyword '
54 ret, tmpfile = processcheck('jstyle', options, fh, output)
/illumos-gate/usr/src/tools/scripts/
H A Djstyle.pl28 # jstyle - check for some common stylistic errors.
36 "usage: jstyle [-c] [-h] [-p] [-t] [-v] [-C] file ...
90 &jstyle($arg);
95 &jstyle("<stdin>");
108 sub jstyle($) { subroutine
H A Dgit-pbchk.py282 def jstyle(root, parent, flist, output): function
287 ret |= JStyle.jstyle(fh, output=output, picky=True)
342 jstyle,
354 jstyle,

Completed in 50 milliseconds