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

  /src/distrib/utils/more/
command.c 62 static int last_mca; /* The previous mca */ variable in typeref:typename:int
337 last_mca = 0;
471 last_mca = mca;
490 start_mca(last_mca,
491 (last_mca == A_F_SEARCH) ? "/" : "?");
493 start_mca(last_mca,
494 (last_mca == A_F_SEARCH) ? "!/" : "!?");
command.c 62 static int last_mca; /* The previous mca */ variable in typeref:typename:int
337 last_mca = 0;
471 last_mca = mca;
490 start_mca(last_mca,
491 (last_mca == A_F_SEARCH) ? "/" : "?");
493 start_mca(last_mca,
494 (last_mca == A_F_SEARCH) ? "!/" : "!?");

Completed in 21 milliseconds