Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c695 volatile uint32_t old_inuse; in comexec() local
761 old_inuse = tp->flag & FINUSE; in comexec()
780 tp->flag = (tp->flag & ~FINUSE) | old_inuse; in comexec()