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

/linux-master/Documentation/sphinx/
H A Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive namespace
51 'doc': directives.unchanged_required,
52 'export': directives.unchanged,
53 'internal': directives.unchanged,
54 'identifiers': directives.unchanged,
55 'no-identifiers': directives.unchanged,
56 'functions': directives.unchanged,
H A Dkernel_abi.py44 from docutils.parsers.rst import directives, Directive namespace
69 "debug" : directives.flag,
70 "rst" : directives.unchanged
H A DrstFlatTable.py46 from docutils.parsers.rst import directives, roles namespace
47 from docutils.parsers.rst.directives.tables import Table
105 'name': directives.unchanged
106 , 'class': directives.class_option
107 , 'header-rows': directives.nonnegative_int
108 , 'stub-columns': directives.nonnegative_int
109 , 'widths': directives.positive_int_list
110 , 'fill-cells' : directives.flag }
H A Dkernel_feat.py42 from docutils.parsers.rst import directives, Directive namespace
67 "debug" : directives.flag
H A Dkernel_include.py38 from docutils.parsers.rst import directives namespace
39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
40 from docutils.parsers.rst.directives.misc import Include
92 path = directives.path(self.arguments[0])
H A Dcdomain.py36 from docutils.parsers.rst import directives namespace
144 "name" : directives.unchanged
243 directives = { variable in class:CDomain
H A Dmaintainers_include.py27 from docutils.parsers.rst.directives.misc import Include
H A Dkfigure.py58 from docutils.parsers.rst import directives namespace
59 from docutils.parsers.rst.directives import images
573 option_spec['caption'] = directives.unchanged
/linux-master/scripts/
H A Dasn1_compiler.c205 static const char *const directives[NR__DIRECTIVES] = { variable
442 dir = bsearch(&tokens[tix], directives,
443 sizeof(directives) / sizeof(directives[1]),
444 sizeof(directives[1]),
447 tokens[tix++].token_type = dir - directives;
/linux-master/scripts/dtc/
H A Ddtx_diff40 build system ('#include' and '/include/' directives are processed).

Completed in 193 milliseconds