Searched defs:jstyle (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | JStyle.py | 30 # 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 D | jstyle.pl | 28 # 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 D | git-pbchk.py | 282 def jstyle(root, parent, flist, output): function 287 ret |= JStyle.jstyle(fh, output=output, picky=True) 342 jstyle, 354 jstyle,
|
Completed in 50 milliseconds