Searched refs:toggle (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/
H A Dsetvolume.cpp22 handleMute(BParameter *muteParameter, int mute = 2, bool toggle = false) {
27 if (toggle)
/haiku/src/kits/interface/
H A DControl.cpp102 bool toggle; local
103 if (data->FindBool("_disable", &toggle) == B_OK)
104 SetEnabled(!toggle);
106 if (data->FindBool("be:wants_nav", &toggle) == B_OK)
107 fWantsNav = toggle;
H A DTextView.cpp342 bool toggle; local
344 if (archive->FindBool("_password", &toggle) == B_OK)
345 HideTyping(toggle);
370 if (archive->FindBool("_stylable", &toggle) == B_OK)
371 SetStylable(toggle);
373 if (archive->FindBool("_auto_in", &toggle) == B_OK)
374 SetAutoindent(toggle);
376 if (archive->FindBool("_wrap", &toggle) == B_OK)
377 SetWordWrap(toggle);
379 if (archive->FindBool("_nsel", &toggle)
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h357 virtual void SetDataToggle(bool toggle) argument
358 { fDataToggle = toggle; }
410 // The data toggle is not relevant
413 // status packet. The toggle always
416 virtual void SetDataToggle(bool toggle) {} argument
/haiku/src/bin/network/telnet/
H A Dcommands.c525 * to by the arguments to the "toggle" command.
658 const char *name; /* name of toggle */
767 "(debugging) toggle printing of hexadecimal terminal data",
793 printf("%-15s toggle %s\n", c->name, c->help);
823 toggle(int argc, char *argv[])
831 "Need an argument to 'toggle' command. 'toggle ?' for help.\n");
840 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\n",
844 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\n",
881 { "echo", "character to toggle loca
821 toggle(int argc, char *argv[]) function
[all...]

Completed in 169 milliseconds