Searched refs:Skipfuncs (Results 1 - 1 of 1) sorted by relevance

/u-boot/doc/sphinx/
H A Dautomarkup.py71 Skipfuncs = [ 'open', 'close', 'read', 'write', 'fcntl', 'mmap', variable
146 if target not in Skipfuncs:
205 if not (match.re == RE_function and target in Skipfuncs):

Completed in 86 milliseconds