HomeSort by: relevance | last modified time | path
    Searched refs:directives (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
directive-if-nested.exp 1 make: directive-if-nested.inc:1001: deeply nested .if directives
directive-for-generating-endif.mk 4 # directives to close nested .if directives. Depending on the exact
7 # If it were possible, the 3 .if directives would perfectly match the
8 # 3 .endif directives generated by the .for loop.
10 # After the "included file" from the .for loop, the 3 .if directives
14 # included file, and in each included file the .if/.endif directives must be
directive-if-nested.mk 3 # Tests for deeply nested .if directives. By default, memory for 128 nested
4 # .if directives is pre-allocated, any deeper nesting is reallocated.
15 printf '.info deeply nested .if directives\n'; \
directive.mk 3 # Tests for the preprocessing directives, such as .if or .info.
7 # Unknown directives are correctly named in the error messages,
16 # Directives must be written directly, not indirectly via
19 .${:Uinfo} directives cannot be indirect
35 # This is a dependency since directives must be given directly.
opt-debug-cond.mk 4 # evaluation of conditional expressions, such as in .if directives and
directive-for-lines.mk 6 # 2020-12-19, the line numbers for the .info directives and error
directive-unexport.mk 5 # Before 2020-12-13, misspelled directives like ".unexporting" or
directive-dinclude.mk 9 # other .include directives.
directive-hyphen-include.mk 8 # other .include directives.
directive-sinclude.mk 8 # other .include directives.
directive-info.mk 42 # number that is used in error messages and the .info directives was the
directive-ifndef.mk 30 # replaced with easier-to-understand plain '.if' directives.
directive-else.mk 31 # Accidental extra .else directives are detected too.
cond-late.mk 7 # the condition. This is different from conditions in .if directives, where
directive-elif.mk 9 # conditional directives. All other directives are silently ignored, as they
cond-token-number.mk 78 # to true if it is non-empty. In other '.if' directives, such a token is
cond-token-string.mk 98 # In the conditions in .if directives, the left-hand side of a comparison must
var-scope-local.mk 66 # The run-time 'check' directives from above happen after the parse-time
67 # 'check' directives from below.
79 # Conditions from .if directives are evaluated in the scope of the command
directive-for.mk 91 # directives or inserting '$' characters in random places, thereby changing
258 # an .if, the parser just counts the number of .for and .endfor directives,
259 # without looking at any other directives.
directive-for-if.mk 42 # directives.
directive-ifmake.mk 79 # comparison operator) can be used with .if and the other .ifxxx directives.
directive-undef.mk 125 .undef DIRECT # Separate '.undef' directives,
directive-include.mk 42 # '.include' directives are typically kept as simple as possible.
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 77 } directives[] = { variable in typeref:struct:__anon2627f25e0208[]
603 for (i = 0; directives[i].name; ++i) {
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
607 if (directives[i].name == NULL) {
613 if (directives[i].func == NULL) {
618 fprintf (listfp, "Processing directive \"%s\"\n", directives[i].name);
621 (*directives[i].func) ();
  /src/tests/usr.bin/indent/
t_options.lua 34 -- following directives:
49 -- All text outside input..end or run..end directives is not passed to indent.

Completed in 41 milliseconds

1 2