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

  /src/tests/usr.bin/indent/
lsym_eof.c 11 int decl; variable
15 int decl; variable
lsym_postfix_op.c 12 int decl = lvalue ++; variable
13 int decl = lvalue --; variable
17 int decl = lvalue++; variable
18 int decl = lvalue--; variable
26 int decl = lvalue **; variable
30 int decl = lvalue * *; variable
opt_P.c 15 int decl; variable
19 int decl; variable
opt_lc.c 14 int decl; /* This is not a variable
26 int decl; /* This is not a block comment, it is not affected by the variable
opt_l.c 39 int decl; /* comment comment comment comment */ variable
47 int decl; /* comment comment comment comment */ variable
51 int decl; /* comment comment variable
opt_bacc.c 95 int decl; variable
opt_di.c 49 int decl ; variable
57 int decl; variable
65 int decl; variable
70 int decl; variable
75 int decl; variable
79 int decl; variable
indent_off_on.c 87 int decl ; variable
89 int decl ; variable
91 int decl ; variable
95 int decl; variable
97 int decl ; variable
99 int decl; variable
108 int decl ; variable
110 int decl ; variable
112 int decl ; variable
116 int decl; variable
118 int decl ; variable
120 int decl; variable
    [all...]
lsym_comma.c 47 int decl, old_style(), prototype(const char *, double *); variable
opt_badp.c 47 int decl; local
88 int decl; local
97 int decl; local
111 int decl; local
127 int decl; local
149 int decl; local
161 int decl; local
192 void f(void) { int decl; stmt; } local
199 int decl; local
208 int decl; local
273 void f(void) { int decl; stmt1; stmt2; } local
280 int decl; local
    [all...]
opt_dj.c 35 int decl; local
44 int decl; local
53 int decl; local
lsym_comment.c 201 int decl;/*-fixed comment variable
206 int decl; /*-fixed comment variable
237 int decl;/*-fixed comment variable
242 int decl; /*-fixed comment variable
274 int decl; /*-|fixed comment variable
283 int decl; /*-|fixed comment variable
555 int decl; /* declaration comment */ local
557 int decl; /* short local
562 int decl; /* long single-line declaration comment that is longer than the allowed line width */ local
564 int decl; /* long multi-line declaration commen local
568 int decl; \/\/ C99 declaration comment local
571 int decl; \/* indented declaration *\/ local
573 int decl; \/* indented declaration *\/ local
575 int decl; \/* indented declaration *\/ local
577 int decl; \/* indented declaration *\/ local
589 int decl; \/* declaration comment *\/ local
591 int decl; \/* short multi-line declaration comment *\/ local
593 int decl; \/* long single-line declaration comment that local
596 int decl; \/* long multi-line declaration comment that is local
599 int decl; \/\/ C99 declaration comment local
602 int decl; \/* indented declaration *\/ local
604 int decl; \/* indented declaration *\/ local
606 int decl; \/* indented declaration *\/ local
612 int decl; \/* indented declaration local
885 int decl; variable
    [all...]
  /src/usr.bin/rpcgen/
rpc_hout.c 188 pdeclaration(name, &l->decl, 1, ";\n");
223 pdeclaration(name, &l->decl, 1, ";\n");
234 declaration *decl; local
237 decl = &def->def.un.enum_decl;
238 if (streq(decl->type, "bool")) {
239 f_print(fout, "\tbool_t %s;\n", decl->name);
241 f_print(fout, "\t%s %s;\n", decl->type, decl->name);
248 decl = def->def.un.default_decl;
249 if (decl && !streq(decl->type, "void"))
    [all...]
rpc_parse.h 88 declaration decl; member in struct:decl_list
  /src/usr.bin/xlint/lint2/
chk.c 96 sym_t *sym, *def, *pdecl, *decl; local
107 def = pdecl = decl = NULL;
111 if (pdecl == NULL && sym->s_def == DECL &&
116 if (decl == NULL && sym->s_def == DECL)
117 decl = sym;
122 decl = pdecl;
124 chkvtui(hte, def, decl);
126 chkvtdi(hte, def, decl);
128 chkfaui(hte, def, decl);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 1582 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( local
1594 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl);
1601 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) {
1605 &decl->array.surfaceId, NULL);
1611 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range);
1617 range = (SVGA3dPrimitiveRange *) decl;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 1418 * The maximum number of streamout decl's in each streamout entry.
1439 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member in struct:SVGAOTableStreamOutputEntry
1452 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member in struct:SVGA3dCmdDXDefineStreamOutput

Completed in 37 milliseconds