Home
last modified time | relevance | path

Searched refs:hide_flag (Results 1 – 22 of 22) sorted by relevance

/dports/math/blis/blis-0.8.1/build/gen-make-frags/
H A Dgen-make-frag.sh148 if [ -n "$hide_flag" ]; then
428 hide_flag=""
445 h ) hide_flag="1" ;;
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGETA.cpp44 hide_flag = 0; in GetA()
76 hide_flag = 1; in init()
96 if( hide_flag ) in clear()
125 if( hide_flag && strlen(input_field) ) in detect_key()
150 if( hide_flag && strlen(input_field) ) in detect_key()
181 if( hide_flag ) in detect_key()
213 if( hide_flag ) in detect_key()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dspawn_options.hpp18 hide_flag = 0x08, enumerator
43 constexpr spawn_options hidden = spawn_options::hide_flag;
/dports/math/libflame/libflame-5.2.0/build/
H A Dgen-make-frag.sh103 if [ -n "$hide_flag" ]; then
492 hide_flag=""
511 h ) hide_flag="1" ;;
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_dropcopy.c616 mp->hide_flag = FALSE; in init_dropinfo()
642 if ( mp->hide_flag == 0 ) in init_dropinfo()
750 mp->hide_flag = 1; in init_dropinfo()
987 mp->hide_flag = FALSE; in do_drop_copy()
1023 if ( mp->hide_flag == 0 ) in do_drop_copy()
1144 mp->hide_flag = 1; in do_drop_copy()
1175 (mp->hide_flag ? 9 : 0), " (hidden)", in do_drop_copy()
1821 (mp->hide_flag ? 9 : 0), " (hidden)",
H A Dxtnd_xlst.c80 if ( ( mp->del_flag ) || ( mp->hide_flag ) )
H A Dpop_cache.c190 newp->visible_num = mp[ msgx ].hide_flag ? 0 : vnum++; in cache_write()
429 p->first_msg_hidden = (*mp) [ 0 ].hide_flag; in cache_read()
H A Dpop_list.c173 if ( mp->del_flag || mp->hide_flag )
H A Dpop_bull.c787 mp->hide_flag = FALSE; in CopyOneBull()
H A Dpopper.h545 BOOL hide_flag; /* Flag indicating if message member
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOGETA.h48 char hide_flag; variable
/dports/games/abuse_sdl/abuse-0.8/data/addon/aliens/
H A Dalichars.lsp106 (0 (if (eq hide_flag 0)
218 hide_flag)
602 (0 (if (eq hide_flag 0)
758 hide_flag)
824 (0 (if (eq hide_flag 0)
926 hide_flag)
/dports/games/abuse_sdl/abuse-0.8/data/lisp/
H A Dant.lsp190 (if (eq hide_flag 0)
456 hide_flag)
518 hide_flag)
/dports/games/abuse_sdl/abuse-0.8/data/addon/twist/lisp/
H A Dchars.lsp8 hide_flag)
H A Df2chars.lsp8 hide_flag)
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c1535 static void toggle_list_all_groups1 (int hide_flag) /*{{{*/ in toggle_list_all_groups1() argument
1542 if (hide_flag != -1) in toggle_list_all_groups1()
1544 all_hidden = hide_flag; in toggle_list_all_groups1()
1556 else if (hide_flag != -1) in toggle_list_all_groups1()
/dports/games/abuse_sdl/abuse-0.8/data/addon/leon/lisp/
H A Dlnant.lsp173 hide_flag
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c1383 static void toggle_list_all_groups1 (int hide_flag) /*{{{*/ in toggle_list_all_groups1() argument
1390 if (hide_flag != -1) in toggle_list_all_groups1()
1392 all_hidden = hide_flag; in toggle_list_all_groups1()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7610 u8 hide_flag; in _base_make_ioc_operational() local
7758 hide_flag = (u8) ( in _base_make_ioc_operational()
7761 if (hide_flag != MFG_PAGE10_HIDE_SSDS_MASK) in _base_make_ioc_operational()
7762 ioc->mfg_pg10_hide_flag = hide_flag; in _base_make_ioc_operational()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7610 u8 hide_flag; in _base_make_ioc_operational() local
7758 hide_flag = (u8) ( in _base_make_ioc_operational()
7761 if (hide_flag != MFG_PAGE10_HIDE_SSDS_MASK) in _base_make_ioc_operational()
7762 ioc->mfg_pg10_hide_flag = hide_flag; in _base_make_ioc_operational()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7610 u8 hide_flag; in _base_make_ioc_operational() local
7758 hide_flag = (u8) ( in _base_make_ioc_operational()
7761 if (hide_flag != MFG_PAGE10_HIDE_SSDS_MASK) in _base_make_ioc_operational()
7762 ioc->mfg_pg10_hide_flag = hide_flag; in _base_make_ioc_operational()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/scripts/
H A Dscenario_60_captureFlag.lua1378 stat_list.times.hide_flag = {}
1384 stat_list.times.hide_flag.max = hideFlagTime
1385 stat_list.times.hide_flag.total_seconds_left = gameTimeLimit - (maxGameTime - hideFlagTime)
1386 …stat_list.times.hide_flag.minutes_left = math.floor((gameTimeLimit - (maxGameTime - hideFlagTime))…
1387 …stat_list.times.hide_flag.seconds_left = math.floor((gameTimeLimit - (maxGameTime - hideFlagTime))…