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

  /src/usr.bin/xlint/lint2/
chk.c 1129 const sym_t *sym1, *sym; local in function:check_argument_declarations
1135 sym1 = def;
1137 sym1 = decl;
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1150 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1152 ap1 = TP(sym1->s_type)->t_args;
1163 type_name(xt1), mkpos(&sym1->s_pos),
1171 tp1 = TP(sym1->s_type);
1175 if (tp2->t_vararg && sym1->s_check_only_first_args &&
1176 sym1->s_check_num_args == n && !sflag)
    [all...]
read.c 1139 sym_t *sym1, **symp, *sym; local in function:mkstatic
1146 for (sym1 = hte->h_syms; sym1 != NULL; sym1 = sym1->s_next) {
1147 if (sym1->s_static)
1150 if (sym1 == NULL)
1156 if (sym->s_pos.p_src != sym1->s_pos.p_src)
1160 if (call->f_pos.p_src != sym1->s_pos.p_src)
1164 if (usym->u_pos.p_src != sym1->s_pos.p_src
    [all...]

Completed in 13 milliseconds