Home
last modified time | relevance | path

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

/openbsd/src/games/atc/
Ddef.h73 #define S_UNMARKED 3 macro
Dupdate.c136 if (pp->status == S_UNMARKED) in update()
260 (pp->status == S_UNMARKED || pp->status == S_IGNORED)) in command()
Dinput.c577 if (p.status == S_UNMARKED) in unmark()
579 p.status = S_UNMARKED; in unmark()