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

  /src/usr.bin/xlint/lint2/
chk.c 343 fcall_t *calls, *call, *call1; local in function:chkfaui
356 call1 = NULL;
367 call1 = calls;
369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
371 pos1p = &call1->f_pos;
386 chkau(hte, n, def, decl, pos1p, call1, call,
441 * call1 first call, if both def and decl are old-style def/decl
443 * arg1 currently checked argument of def/decl/call1
449 const pos_t *pos1p, const fcall_t *call1, const fcall_t *call,
462 * found (call1)
    [all...]
chk.c 343 fcall_t *calls, *call, *call1; local in function:chkfaui
356 call1 = NULL;
367 call1 = calls;
369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
371 pos1p = &call1->f_pos;
386 chkau(hte, n, def, decl, pos1p, call1, call,
441 * call1 first call, if both def and decl are old-style def/decl
443 * arg1 currently checked argument of def/decl/call1
449 const pos_t *pos1p, const fcall_t *call1, const fcall_t *call,
462 * found (call1)
    [all...]

Completed in 81 milliseconds