Searched refs:Skipnames (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | automarkup.py | 59 Skipnames = [ 'for', 'if', 'register', 'sizeof', 'struct', 'unsigned' ] variable 134 if not (target in Skipfuncs or target in Skipnames): 186 or (target in Skipnames)):
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | automarkup.py | 61 Skipnames = [ 'for', 'if', 'register', 'sizeof', 'struct', 'unsigned' ] variable 151 if base_target not in Skipnames: 211 if base_target not in Skipnames:
|
Completed in 1 milliseconds