Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Dconfigmenu.c331 if (parm.rv == SET_SKIP) { in set_binpkg()
378 } else if (status == SET_SKIP) { in set_pkgsrc()
H A Dnet.c1016 if (rv == SET_SKIP) in get_pkgsrc()
1017 return SET_SKIP; in get_pkgsrc()
H A Dmenus.mi351 option MSG_Skip_set, exit, action { *(int *)arg = SET_SKIP; };
611 option MSG_quit_pkgs_install, exit, action { ((arg_rv*)arg)->rv = SET_SKIP; };
652 option MSG_quit_pkgsrc, exit, action { *((int*)arg) = SET_SKIP;};
H A Ddefs.h96 #define SET_SKIP 2 /* Skip this set */ macro
H A Dutil.c1454 if (status == SET_SKIP) { in get_and_unpack_sets()