Searched refs:lastm (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sbin/ifconfig/
H A Dparse.c930 struct match *lastm = NULL, *m = matches; local
939 rc = (*p->p_methods->pm_match)(p, lastm, m, i, argv[i]);
943 lastm = m++;
946 rc = (*p->p_methods->pm_match)(p, lastm, m, i, NULL);
950 lastm = m++;

Completed in 74 milliseconds