Searched refs:on (Results 26 - 50 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/kits/tracker/
H A DPose.h183 BPose::Select(bool on) argument
185 fIsSelected = on;
186 if (on)
227 BPose::SetAutoPlaced(bool on) argument
229 fWasAutoPlaced = on;
/haiku-fatelf/src/bin/network/telnetd/
H A Dsys_term.c450 * tty_setlinemod(on) Turn on/off linemode.
451 * tty_isecho() Find out if echoing is turned on.
452 * tty_setecho(on) Enable/disable character echoing.
454 * tty_binaryin(on) Turn on/off BINARY on input.
455 * tty_binaryout(on) Turn on/off BINARY on outpu
480 tty_setlinemode(int on) argument
532 tty_setecho(int on) argument
560 tty_setraw(int on) argument
578 tty_binaryin(int on) argument
595 tty_binaryout(int on) argument
657 tty_setedit(int on) argument
673 tty_setsig(int on) argument
703 tty_setsofttab(int on) argument
750 tty_setlitecho(int on) argument
[all...]
H A Dtelnetd.c137 int on = 1, fromlen; local
156 * that works on all telnet clients, including the FreeBSD client.
163 * in telnet sessions and can be used more than once on the same line.
168 linemode=1; /*Default to mode that works on bulk of clients*/
367 (char *)&on, sizeof(on));
370 (char *)&on, sizeof(on));
380 (char *)&on, sizeof(on));
745 int on = 1; local
[all...]
/haiku-fatelf/headers/os/interface/
H A DPictureButton.h22 BPicture* off, BPicture* on,
59 virtual void SetEnabledOn(BPicture* on);
61 virtual void SetDisabledOn(BPicture* on);
/haiku-fatelf/src/bin/less/
H A Dsignal.c7 * For more information about less, or for information on how to
140 init_signals(on)
141 int on;
143 if (on)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/lshosts/
H A Dlshosts.c42 int on = 1; local
76 // Normally, a setsockopt() call is necessary to turn broadcast mode on
81 if (setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &on, sizeof(on)) < 0)
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dramsfont.h73 /* Sets a generator on an instrument zone
82 * \on = 0 or 1; if 0, loopstart and loopend are not used
91 int on, float loopstart, float loopend);
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku-fatelf/src/apps/codycam/
H A DFileUploadClient.cpp80 FileUploadClient::SetPassive(bool on) argument
H A DFileUploadClient.h36 virtual void SetPassive(bool on);
H A DSftpClient.h46 void SetPassive(bool on);
/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.c438 EncryptDebug(int on) argument
440 if (on < 0)
443 encrypt_debug_mode = on;
450 EncryptVerbose(int on) argument
452 if (on < 0)
455 encrypt_verbose = on;
462 EncryptAutoEnc(int on) argument
464 encrypt_auto(on);
471 EncryptAutoDec(int on) argument
473 decrypt_auto(on);
782 encrypt_auto(int on) argument
791 decrypt_auto(int on) argument
[all...]
H A Dauth.c110 int auth_onoff(char *type, int on);
270 auth_onoff(char *type, int on) argument
276 printf("auth %s 'type'\n", on ? "enable" : "disable");
293 if (on)
301 auth_togdebug(int on) argument
303 if (on < 0)
306 auth_debug_mode = on;
369 * It should never arrive on the server side (as only the server can
441 * just continue on and look for the
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php29 /* open new PDF file; insert a file name to create the PDF on disk */
36 /* This line is required to avoid problems on Japanese systems */
H A Dquickreference.php16 /* open new PDF file; insert a file name to create the PDF on disk */
23 /* This line is required to avoid problems on Japanese systems */
/haiku-fatelf/src/libs/pdflib/
H A Dpdflib-config.in17 Print information on PDFlib's version, configuration, and use.
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s8 %define ETH_MTU 1500 ; max data size on Ethernet
16 .firstCount resw 1 ; # of bytes on 1st call
17 .secondCount resw 1 ; # of bytes on 2nd call
75 ; CX has # of bytes in packet on both call. They should be equal.
77 ; and _pktRxBuf[n].secondCount, and CL on first call in
121 @dump: add word [_pktDrop+0], 1 ; discard the packet on 1st call
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c236 char *on = set_attribute_9(tp, 1); local
242 TR(TRACE_DATABASE, ("checking if we can trim sgr0 based on sgr"));
245 TR(TRACE_DATABASE, ("sgr(9:on) %s", _nc_visbuf(on)));
247 if (!rewrite_sgr(on, enter_alt_charset_mode)
250 FreeIfNeeded(on);
254 && !similar_sgr(off, on)) {
319 free(on);
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbDebug.js14 * Software distributed under the License is distributed on an "AS IS" basis,
45 this.on = false;
53 this.stack[this.stack.length] = this.on;
54 this.on = true;
59 this.on = this.stack[this.stack.length - 1];
88 if (!this.on)
/haiku-fatelf/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp141 ThreadBarMenuItem::Highlight(bool on) argument
143 if (on) {
148 BMenuItem::Highlight(on);
/haiku-fatelf/src/kits/interface/
H A DPictureButton.cpp17 BPicture* off, BPicture* on, BMessage* message,
22 fEnabledOn(new(std::nothrow) BPicture(*on)),
88 // Fill out message, depending on whether a deep copy is required or not.
321 BPictureButton::SetEnabledOn(BPicture* on) argument
324 fEnabledOn = new (std::nothrow) BPicture(*on);
337 BPictureButton::SetDisabledOn(BPicture* on) argument
340 fDisabledOn = new (std::nothrow) BPicture(*on);
16 BPictureButton(BRect frame, const char* name, BPicture* off, BPicture* on, BMessage* message, uint32 behavior, uint32 resizeMask, uint32 flags) argument
H A DListItem.cpp119 BListItem::SetEnabled(bool on) argument
121 fEnabled = on;
/haiku-fatelf/headers/os/net/
H A DNetEndpoint.h36 int SetNonBlocking(bool on = true);
37 int SetReuseAddr(bool on = true);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A DTODO13 6)(???) Hang problem with DriveSetup #reproduced on clean system without SCSI...
18 #11) Transfer should be build on callback ideology
23 #16) Think on possibility to use "one.dev <-> one.path" scheme
24 #17) Set cam_scsi_status correctly on return!
25 #18) Support of autosense on fake devices
34 27)(???) Looks like system ignores our CHECK_CONDITION (for example on handling 1e, 1b, 2a). Is it our problem?
57 #-CDBurner's problem-50) Problems with 35h SYNCHRONIZE_CACHE command with CDBurner on FREECOM module.
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_bkgd.c34 * and: Thomas E. Dickey 1996-on *
55 attr_t on = AttrOf(CHDEREF(ch)); local
58 toggle_attr_on(win->_attrs, on);

Completed in 112 milliseconds

12345678910