Searched refs:lenient (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/tools/onbld/Checks/ |
H A D | HdrChk.py | 74 def __init__(self, fh, filename=None, lenient=False): argument 76 self.lenient = lenient 110 if self.lenient and re.search(r'^\s*//', line): 156 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr): argument 161 hdr = HeaderFile(fh, filename=filename, lenient=lenient) 180 if lenient and line.startswith("#pragma ident") and IDENT.search(line): 194 if not lenient: 253 if not lenient and not re.search(r'\s<.*>', 309 if (not lenient) and (not found_cplusplus) and found_code:
|
H A D | Cddl.py | 49 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr): argument 51 lenient=lenient, verbose=verbose, output=output)
|
H A D | Keywords.py | 46 def keywords(fh, filename=None, lenient=False, verbose=False, argument 64 if lenient and ident.search(line):
|
H A D | CmtBlk.py | 54 lenient=False, verbose=False, output=sys.stderr): argument 95 if not len(blocks) and not lenient:
|
/titanic_44/usr/src/tools/scripts/ |
H A D | hdrchk.py | 54 lenient = False variable 57 lenient = True variable 67 ret |= hdrchk(fh, lenient=lenient, output=sys.stderr)
|
H A D | cddlchk.py | 101 lenient=opts['lenient'],
|
H A D | git-pbchk.py | 254 ret |= HdrChk.hdrchk(fh, lenient=True, output=output)
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 374 lenient = True 386 lenient = False 388 lenient = True 391 ret |= Cddl.cddlchk(fh, lenient=lenient, output=ui) 539 ret |= HdrChk.hdrchk(fh, lenient=True, output=ui)
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 13367 lenient
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 13365 lenient
|