diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-07-20 23:33:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-07-20 23:33:43 -0400 |
commit | 4242283189a94a79dda78540efe78b2666a944cc (patch) | |
tree | 831d2e27413db667239c8f60fad64d447026dd44 /bfs.h | |
parent | 03adbcf0aa8914fd5556b7913901c98a6940fae4 (diff) | |
download | bfs-4242283189a94a79dda78540efe78b2666a944cc.tar.xz |
Implement -exit [STATUS]
From NetBSD again.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -320,6 +320,7 @@ bool eval_regex(const struct expr *expr, struct eval_state *state); bool eval_delete(const struct expr *expr, struct eval_state *state); bool eval_exec(const struct expr *expr, struct eval_state *state); +bool eval_exit(const struct expr *expr, struct eval_state *state); bool eval_nohidden(const struct expr *expr, struct eval_state *state); bool eval_fls(const struct expr *expr, struct eval_state *state); bool eval_fprint(const struct expr *expr, struct eval_state *state); |