Home
last modified time | relevance | path

Searched refs:source_suffix (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc117 Property source_suffix; in find_suffix_rule() local
177 for (source_suffix = get_prop(target_suffix->prop, in find_suffix_rule()
179 source_suffix != NULL; in find_suffix_rule()
180 source_suffix = get_prop(source_suffix->next, in find_suffix_rule()
184 source_suffix->body. in find_suffix_rule()
186 (int) source_suffix->body. in find_suffix_rule()
188 put_suffix[source_suffix->body. in find_suffix_rule()
292 (Boolean) source_suffix->body. in find_suffix_rule()
409 source_suffix->body.suffix.suffix->string_mb, in find_suffix_rule()
425 source_suffix->body.suffix.command_template; in find_suffix_rule()
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dconf.py52 source_suffix = ['.rst', '.md'] variable