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

  /src/usr.bin/xlint/lint2/
chk.c 454 arginf_t *ai, *ai1; local in function:chkau
532 ai1 = call1 != NULL ? call1->f_args : NULL;
535 * if two calls are compared, ai1 is set to the
539 for ( ; ai1 != NULL; ai1 = ai1->a_next) {
540 if (ai1->a_num == n)
553 if (ai1 == NULL && ai == NULL) {
557 } else if (ai1 == NULL || ai == NULL) {
560 ai = ai1;
    [all...]
chk.c 454 arginf_t *ai, *ai1; local in function:chkau
532 ai1 = call1 != NULL ? call1->f_args : NULL;
535 * if two calls are compared, ai1 is set to the
539 for ( ; ai1 != NULL; ai1 = ai1->a_next) {
540 if (ai1->a_num == n)
553 if (ai1 == NULL && ai == NULL) {
557 } else if (ai1 == NULL || ai == NULL) {
560 ai = ai1;
    [all...]

Completed in 25 milliseconds