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

  /src/bin/sh/
exec.c 851 int firstchange; local in function:changepath
856 firstchange = 9999; /* assume no change */
861 firstchange = idx;
864 firstchange++;
879 firstchange = 0;
880 clearcmdentry(firstchange);
891 clearcmdentry(int firstchange)
902 cmdp->param.index >= firstchange)
904 builtinloc >= firstchange)) {
exec.c 851 int firstchange; local in function:changepath
856 firstchange = 9999; /* assume no change */
861 firstchange = idx;
864 firstchange++;
879 firstchange = 0;
880 clearcmdentry(firstchange);
891 clearcmdentry(int firstchange)
902 cmdp->param.index >= firstchange)
904 builtinloc >= firstchange)) {

Completed in 49 milliseconds