Home
last modified time | relevance | path

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

/system/core/sh/
Djobs.h48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */ macro
Dmain.c243 showjobs(out2, SHOW_CHANGED); in cmdloop()
Djobs.c569 if ((mode & SHOW_CHANGED) && !jp->changed) in showjobs()