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

  /src/usr.bin/xlint/lint2/
lint2.h 70 #define t_tag t_u._t_tag macro
emit2.c 78 outname(tp->t_tag->h_name);
chk.c 1247 return tp1->t_tag == tp2->t_tag;
1281 return tp1->t_tag == tp2->t_tag;
read.c 720 tp->t_tag = htab_search(inpname(cp, &cp), true);
  /src/usr.bin/xlint/common/
tyname.c 210 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name);
227 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name);

Completed in 47 milliseconds