Home
last modified time | relevance | path

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

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