HomeSort by: relevance | last modified time | path
    Searched refs:OPTIONS (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libmenu/
menu.h 59 /* Menu options */
60 typedef unsigned int OPTIONS;
90 OPTIONS opts;
110 OPTIONS opts; /* options for the menu */
155 OPTIONS menu_opts(MENU *);
156 int menu_opts_off(MENU *, OPTIONS);
157 int menu_opts_on(MENU *, OPTIONS);
174 int set_menu_opts(MENU *, OPTIONS);
191 OPTIONS item_opts(ITEM *)
    [all...]
item.c 40 /* keep default item options for setting in new_item */
49 O_SELECTABLE, /* item options */
183 * Set the item options. We keep a global copy of the current item options
184 * as subsequent new_item calls will use the updated options as their
188 set_item_opts(ITEM *item, OPTIONS opts)
202 * Set item options on.
205 item_opts_on(ITEM *item, OPTIONS opts)
218 * Turn off the named options.
221 item_opts_off(ITEM *item, OPTIONS opts
    [all...]
menu.c 47 O_ONEVALUE, /* menu options */
292 * Return the current menu options set.
294 OPTIONS
304 * Set the menu options to the given options.
307 set_menu_opts(MENU *param_menu, OPTIONS opts)
311 OPTIONS old_opts = menu->opts;
345 * Turn on the options in menu given by opts.
348 menu_opts_on(MENU *param_menu, OPTIONS opts)
352 OPTIONS old_opts = menu->opts
    [all...]
  /src/usr.bin/ktrace/
ktrace.c 99 # define OPTIONS "aCce:df:g:ilm:no:p:RTt:v:"
102 # define OPTIONS "aCcdf:g:ip:st:v:"
106 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
317 " kernel; re-compile kernel with `options KTRACE'");
  /src/usr.bin/rsh/
rsh.c 142 # define OPTIONS "468KLdel:np:u:w"
146 # define OPTIONS "468KLdel:np:w"
155 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
  /src/libexec/rshd/
rshd.c 147 #define OPTIONS "aLln"
168 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
803 syslog(LOG_ERR, "Usage: %s [-%s]", getprogname(), OPTIONS);
  /src/libexec/rlogind/
rlogind.c 117 #define OPTIONS "alnL"
159 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
368 "Connection received using IP options (ignored):%s",
  /src/sys/arch/hpcmips/stand/pbsdboot/
preference.c 59 #define OPTIONS 12
82 TEXT("options"),
155 debug_printf(TEXT(" options: %s\n"), pref->options);
333 case OPTIONS:
334 wcscpy(buf.options,unidata);
611 wsprintf(unibuf,TEXT("options:%s\r\n"),buf->options);
612 debug_printf(TEXT("options,unibuf=%s,wcslen=%d"),unibuf,
  /src/usr.bin/rlogin/
rlogin.c 163 #define OPTIONS "468dEe:l:np:"
164 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
  /src/bin/rcp/
rcp.c 72 #define OPTIONS "46dfprt"
110 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
126 /* Server options. */
  /src/sbin/efi/
main.c 98 #define OPTIONS "@:A::a::B::b:CcDd:FfG::hL:l:Nn:Oo:p:qR:rTt:Vvw::X:x:y"
184 printf("Usage: %s [options]\n", progname);
244 static struct options { /* setable options */ struct
255 get_bootnum(struct options *op, const char *oarg)
317 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/config/
gram.y 184 %token XOBJECT OBSOLETE ON OPTIONS
468 /* file options: optional expression of conditions */
653 /* one or more defined options */
779 no OPTIONS { nowarn = $1; } no_opt_list { nowarn = 0; }
783 OPTIONS opt_list
859 /* list of make options */
872 /* list of make options that had NO in front */
884 /* list of options */
896 /* list of options that had NO in front */
1005 * order of options is important, must use right recursio
    [all...]
  /src/usr.sbin/rtadvd/
rtadvd.c 188 /* get command line options and arguments */
189 #define OPTIONS "Cc:dDfp:s"
190 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
191 #undef OPTIONS
736 * receive options.
1163 /* Values in the MTU options */
1417 * options.
1439 break; /* we don't care about these options */
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 293 # icc doesn't choke on unknown options, it will just issue warnings
447 # AM_INIT_AUTOMAKE([OPTIONS])
812 # _AM_SET_OPTIONS(OPTIONS)
814 # OPTIONS is a space-separated list of Automake options.
  /src/sbin/fdisk/
fdisk.c 144 #define OPTIONS BOOTSEL_OPTIONS "0123FSafgiIluvA:b:c:E:r:s:w:z:"
396 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
670 "\t-B update bootselect options\n"
1472 warnx("Installed bootfile doesn't support required options.");
1479 "Installed bootfile doesn't support required options.");
1489 "required bootsel options", boot_path );
1493 "options,\ninstall default bootfile instead?",
1514 "options. Got flags 0x%x, wanted 0x%x\n",
1563 printf("Select the default boot option. Options are:\n\n");
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 59 # LT_INIT([OPTIONS])
82 dnl Parse OPTIONS
192 # See if we are running on zsh, and set the options that allow our
638 Usage: $[0] [[OPTIONS]]
718 # See if we are running on zsh, and set the options that allow our
1292 # options accordingly.
1308 # options accordingly.
1342 # options accordingly.
1375 # options accordingly. Note that the listed cases only cover the
1376 # situations where additional linker options are needed (such as whe
    [all...]

Completed in 26 milliseconds