HomeSort by: relevance | last modified time | path
    Searched refs:sbuf_t (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_unary_op.c 88 sbuf_t *sb = *(sbuf_t **)sp;
  /src/usr.bin/xlint/lint1/
externs1.h 92 sym_t *getsym(sbuf_t *);
255 void declare(sym_t *, bool, sbuf_t *);
294 tnode_t *build_member_access(tnode_t *, op_t, bool, sbuf_t *);
382 void add_designator_member(sbuf_t *);
cgram.y 70 static void cgram_declare(sym_t *, bool, sbuf_t *);
73 static sym_t *symbolrename(sym_t *, sbuf_t *);
137 new_attribute(const sbuf_t *prefix, const sbuf_t *name,
161 sbuf_t *y_name;
2639 cgram_declare(sym_t *decl, bool has_initializer, sbuf_t *renaming)
2681 symbolrename(sym_t *s, sbuf_t *sb)
lint1.h 277 } sbuf_t; typedef in typeref:struct:__anondcf084d01108
lex.c 479 sbuf_t *sb = xmalloc(sizeof(*sb));
1446 getsym(sbuf_t *sb)
1712 sbuf_t *sb = *(sbuf_t **)sp;
init.c 974 add_designator_member(sbuf_t *sb)
decl.c 1944 declare_extern(sym_t *dsym, bool has_initializer, const sbuf_t *renaming)
2080 declare(sym_t *decl, bool has_initializer, sbuf_t *renaming)
tree.c 2356 build_member_access(tnode_t *ln, op_t op, bool sys, sbuf_t *member)

Completed in 22 milliseconds