Home
last modified time | relevance | path

Searched refs:statusflags (Results 1 – 25 of 31) sorted by relevance

12

/dports/mail/mblaze/mblaze-1.1/
H A Dmdeliver.c146 char statusflags[5] = { 0 }; in deliver() local
172 if (strchr(v, 'F')) statusflags[0] = 'F'; in deliver()
173 if (strchr(v, 'A')) statusflags[1] = 'R'; in deliver()
174 if (strchr(v, 'R')) statusflags[2] = 'S'; in deliver()
175 if (strchr(v, 'D')) statusflags[3] = 'T'; in deliver()
204 for (i = sizeof statusflags - 1; i >= 0; i--) in deliver()
205 if (!statusflags[i]) in deliver()
206 for (j = i+1; j < (int)sizeof statusflags; j++) in deliver()
207 statusflags[j-1] = statusflags[j]; in deliver()
249 Xflag ? Xflag : statusflags); in deliver()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/protocols/
H A Dmysql.cpp623 uint16_t statusflags,
636 uint16_t statusflags);
1454 debugStatusFlags(statusflags); in buildHandshake10()
1476 writeLE(&resppacket,statusflags); in buildHandshake10()
2071 uint16_t statusflags, in sendOkPacket() argument
2094 debugStatusFlags(statusflags); in sendOkPacket()
2098 debugStatusFlags(statusflags); in sendOkPacket()
2119 writeLE(&resppacket,statusflags); in sendOkPacket()
2176 uint16_t statusflags) { in sendEofPacket() argument
2201 debugStatusFlags(statusflags); in sendEofPacket()
[all …]
/dports/games/tileworld/tworld-1.3.0/
H A Dplay.c118 state.statusflags = 0; in initgamestate()
186 state.statusflags |= SF_SHUTTERED; in setgameplaymode()
196 state.statusflags &= ~SF_SHUTTERED; in setgameplaymode()
357 state.statusflags = 0; in setenddisplay()
384 if (state.statusflags & SF_NOSAVING) in replacesolution()
H A Dencoding.c186 state->statusflags |= SF_BADTILES; in expandmsdatlevel()
213 state->statusflags |= SF_BADTILES; in expandmsdatlevel()
H A Dstate.h212 short statusflags; /* flags (see below) */ member
H A Dlxlogic.c127 #define setnosaving() (state->statusflags |= SF_NOSAVING)
128 #define showhint() (state->statusflags |= SF_SHOWHINT)
129 #define hidehint() (state->statusflags &= ~SF_SHOWHINT)
130 #define markinvalid() (state->statusflags |= SF_INVALID)
131 #define ismarkedinvalid() (state->statusflags & SF_INVALID)
1761 if (state->statusflags & SF_BADTILES) in initgame()
H A Dmslogic.c91 #define setnosaving() (state->statusflags |= SF_NOSAVING)
92 #define showhint() (state->statusflags |= SF_SHOWHINT)
93 #define hidehint() (state->statusflags &= ~SF_SHOWHINT)
2073 state->statusflags &= ~SF_BADTILES; in initgame()
2074 state->statusflags |= SF_NOANIMATION; in initgame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/
H A Dmoxa.c136 unsigned long statusflags; member
1182 ch->statusflags = 0; in moxa_open()
1216 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1253 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1323 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1334 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1338 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1372 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1374 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1379 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/
H A Dmoxa.c136 unsigned long statusflags; member
1182 ch->statusflags = 0; in moxa_open()
1216 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1253 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1323 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1334 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1338 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1372 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1374 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1379 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/
H A Dmoxa.c136 unsigned long statusflags; member
1182 ch->statusflags = 0; in moxa_open()
1216 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1253 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1323 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1334 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1338 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1372 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1374 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1379 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
[all …]
/dports/games/tileworld/tworld-1.3.0/oshw-sdl/
H A Dsdlout.c444 if (state->statusflags & SF_SHUTTERED) { in displaymapview()
480 (state->statusflags & SF_NOANIMATION) ? in displaymapview()
576 if (state->statusflags & SF_INVALID) { in displayinfo()
587 } else if (state->statusflags & SF_SHOWHINT) { in displayinfo()
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dbfin-defs.h121 enum statusflags enum
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dbfin-defs.h120 enum statusflags enum
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dbfin-defs.h120 enum statusflags enum
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dbfin-defs.h120 enum statusflags enum
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dbfin-defs.h120 enum statusflags enum
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dbfin-defs.h120 enum statusflags enum
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgIRequest.idl34 * @name statusflags
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DimgIRequest.idl34 * @name statusflags
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DimgIRequest.idl40 * @name statusflags
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Ditem.h669 enum statusflags { enum
/dports/www/firefox/firefox-99.0/image/
H A DimgIRequest.idl40 * @name statusflags
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DimgIRequest.idl40 * @name statusflags
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DimgIRequest.idl40 * @name statusflags
/dports/audio/abx/abx-0.0-b1/src/
H A Dplayer.c521 PaStreamCallbackFlags statusflags, in stream_callback() argument

12