Home
last modified time | relevance | path

Searched refs:ismod (Results 1 – 25 of 112) sorted by relevance

12345

/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlm-gate.c89 int ismod; in main() local
106 ismod = 0; in main()
124 ismod = 1; /* 0, 99 => post */ in main()
129 ismod = 0; in main()
130 while (moddir && !ismod && sender) { in main()
131 ismod = issub(moddir,sender,0); in main()
137 if (ismod) { in main()
H A Dezmlm-store.c137 int ismod; in main() local
169 ismod = issub(moderators.s,sender,&mod); in main()
173 ismod = 0; in main()
175 if (!ismod && flagmodpostonly) in main()
257 if (!flagconfirm && !ismod && flagremote) { /* if remote admin add -allow- address */ in main()
366 else if (ismod) /* to moderator only */ in main()
H A Dezmlm-manage.c67 static int ismod; variable
637 } else if (ismod && remote.s != 0) { in do_subscribe()
715 if (ismod && remote.s != 0) { in do_unsubscribe()
797 if (!ismod) in do_list()
826 if (!ismod) in do_log()
847 if (!ismod) in do_edit()
1121 qmail_to(&qq,ismod ? mod.s : target.s); in do_query()
1235 ismod = issub(moddir.s,sender,&mod); in get_act_ismod()
1238 ismod = issub(moddir.s,target.s,&mod); in get_act_ismod()
1248 if (!flagpublic && !(ismod && remote.s != 0) && in get_act_ismod()
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DHelpCentre.pm42 $ismod = 0;
45 if ($ismod) { last; }
49 if ($ismod) { last; }
53 if ( $curuser eq $username ) { $ismod = 1; last; }
57 $ismod = 1;
80 if ( $UseHelp_Perms && !$ismod && !$iamgmod && !$iamadmin && !$iamfmod ) {
99 if ( !$ismod && !$iamgmod && !$iamadmin && !$iamfmod ) { return }
100 if ( $ismod || $iamgmod || $iamadmin || $iamfmod ) {
/dports/news/inn-current/inn-2.7-20211226/control/
H A Ddocheckgroups.in78 comm -13 ${T}/$$ng.mod ${T}/$$amod >${T}/$$ismod
155 if [ -s ${T}/$$ismod ] ; then
160 ${SED} "s/^/# /" ${T}/$$ismod
164 for i in `cat ${T}/$$ismod` ; do
/dports/news/inn/inn-2.6.4/control/
H A Ddocheckgroups.in79 comm -13 ${T}/$$ng.mod ${T}/$$amod >${T}/$$ismod
156 if [ -s ${T}/$$ismod ] ; then
161 ${SED} "s/^/# /" ${T}/$$ismod
165 for i in `cat ${T}/$$ismod` ; do
/dports/sysutils/shlock/inn-2.6.4/control/
H A Ddocheckgroups.in79 comm -13 ${T}/$$ng.mod ${T}/$$amod >${T}/$$ismod
156 if [ -s ${T}/$$ismod ] ; then
161 ${SED} "s/^/# /" ${T}/$$ismod
165 for i in `cat ${T}/$$ismod` ; do
/dports/www/mybb/mybb-mybb_1829/
H A Dratethread.php30 $ismod = is_moderator($thread['fid']); variable
33 if(($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))
H A Dprintthread.php52 $ismod = is_moderator($fid); variable
55 if(($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dxm-player.c213 static int ismod;
920 if (ismod) {
959 if (!ismod) {
1177 if (ismod)
1197 if (!ismod && !ch->hacksample) {
1254 if (ismod) {
1272 if (ismod) {
1290 if (ismod) {
1523 if (procdat || ismod)
1643 if (procdat || ismod)
[all …]
/dports/news/cnews/cnews-cr.g_18/expire/
H A Dexpire.c45 int ismod; /* moderated? */ member
332 ct->ismod = MOD;
334 ct->ismod = UNMOD;
336 ct->ismod = EITHER;
428 ct->ismod = (strchr(field[3], 'm') != NULL) ? MOD : UNMOD;
452 if ((cscan->ismod == ct->ismod || cscan->ismod == EITHER) &&
464 (ct->ismod == MOD) ? "" : "un");
825 ct->ismod = UNMOD; /* unknown -- treat it as mundane */
1238 fprintf(stderr, "%s(%c) %.2f-%.2f-%.2f %s\n", ct->groups, ct->ismod,
/dports/audio/ocp/ocp-0.2.90/playxm/
H A Dxmplay.c176 static char ismod; variable
392 if (procins && (ismod || !delaytmp)) in PlayNote()
397 if (ismod) in PlayNote()
418 if (!ismod && procins) in PlayNote()
478 if (procnot && delaytmp && !ismod) in PlayNote()
488 if (procins && (ismod || ch->chSustain)) in PlayNote()
569 if (!curtick && (!patdelay || ismod)) in xmpPlayTick()
734 if (procdat || ismod) in xmpPlayTick()
934 if (procdat || ismod ) in xmpPlayTick()
940 if (procdat || ismod ) in xmpPlayTick()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c5 int ismod (int a, int b) { return a%b; } in ismod() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dmod-2.c6 int ismod (int a, int b) { return a%b; } in ismod() function

12345