Home
last modified time | relevance | path

Searched refs:firstchange (Results 1 – 1 of 1) sorted by relevance

/original-bsd/bin/sh/
H A Dexec.c557 int firstchange; local
562 firstchange = 9999; /* assume no change */
567 firstchange = index;
570 firstchange++;
585 firstchange = 0;
586 clearcmdentry(firstchange);
597 clearcmdentry(firstchange) in clearcmdentry() argument
598 int firstchange; in clearcmdentry()
609 cmdp->param.index >= firstchange)
611 builtinloc >= firstchange)) {