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

  /src/sys/arch/hpcmips/stand/pbsdboot/
disptest.c 410 int prevres = -1; local in function:display_search
430 if (res != prevres && prevres != -1) {
437 if (res && prevres == -1) {
440 prevres = res;
442 if (prevres) {
disptest.c 410 int prevres = -1; local in function:display_search
430 if (res != prevres && prevres != -1) {
437 if (res && prevres == -1) {
440 prevres = res;
442 if (prevres) {

Completed in 24 milliseconds