Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/indent/
H A Dargs.c160 goto need_arg; in set_special_option()
181 goto need_arg; in set_special_option()
189 goto need_arg; in set_special_option()
196 need_arg: in set_special_option()
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c180 need_arg: in main()
195 goto need_arg; in main()
/netbsd-src/lib/libwrap/
H A Doptions.c127 #define need_arg(o) ((o)->flags & NEED_ARG) macro
202 if (!value && need_arg(op)) in process_options()