HomeSort by: relevance | last modified time | path
    Searched defs:declaration (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/usr.bin/indent/
indent_off_on.c 247 int declaration; variable in typeref:typename:int
250 int declaration; variable in typeref:typename:int
opt_badp.c 45 declaration(void) function in typeref:typename:void
81 * A function body with a declaration and a statement gets a blank line between
171 * A struct declaration or an initializer are not function bodies, so don't
246 * followed by a declaration or a statement, so it assumes that the comment is
247 * part of the declaration block.
  /src/usr.bin/rpcgen/
rpc_parse.h 78 struct declaration { struct
85 typedef struct declaration declaration; typedef in typeref:struct:declaration
88 declaration decl;
101 declaration case_decl;
107 declaration enum_decl;
109 declaration *default_decl;
  /src/usr.bin/xlint/lint1/
cgram.y 50 * Contains the level of current declaration, used for symbol table entries.
57 * An exception is the declaration of parameters in prototypes. Memory
58 * for these can't be freed after the declaration, but symbols must
59 * be removed from the symbol table after the declaration.
373 /* No type for declaration. */
923 declaration
928 declaration: label
934 /* empty declaration */
942 /* old-style declaration; add 'int' */
950 /* empty declaration */
    [all...]
  /src/usr.bin/indent/
indent.h 209 int decl_indent; /* indentation of identifier in declaration */
220 bool function_brace_split; /* split function declaration and brace
280 * declaration or statement; 2 at the top level
310 * declaration or a plain declaration */
324 * declaration when the line starts with words
328 * declaration on it; used for indenting
353 * declaration or an initializer */
355 bool decl_indent_done; /* whether the indentation for a declaration
368 /* Spacing inside a statement or declaration */
413 } declaration; member in struct:parser_state
    [all...]

Completed in 12 milliseconds