Home
last modified time | relevance | path

Searched refs:cpn (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/textproc/mdocml/mandoc-1.14.5/
H A Dtbl_term.c293 if (cpn != NULL) { in term_tbl()
294 cp = cpn; in term_tbl()
295 cpn = cpn->next; in term_tbl()
399 if (cpn != NULL) { in term_tbl()
403 dvert = cpn->vert; in term_tbl()
404 cpn = cpn->next; in term_tbl()
623 col = tp->tbl.cols + (cpn == NULL ? cpp->col : cpn->col); in tbl_hrule()
649 if (cpn != NULL) { in tbl_hrule()
651 dw = cpn->vert; in tbl_hrule()
655 cpn = cpn->next; in tbl_hrule()
[all …]
H A Deqn.c655 const char *cp, *cpn; in eqn_parse() local
1040 cpn = p - 1; in eqn_parse()
1045 cp = cpn++; in eqn_parse()
1048 isdigit((unsigned char)*cpn) || in eqn_parse()
1049 (*cpn == '.' && (ccl == CCL_DIG || in eqn_parse()
1050 isdigit((unsigned char)cpn[1]))) ? in eqn_parse()
1058 mandoc_escape(&cpn, NULL, NULL); in eqn_parse()
1060 if (*cpn == '\0') in eqn_parse()
1085 nbox->text = mandoc_strdup(cpn); in eqn_parse()
1088 cpn - cur->text); in eqn_parse()
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dcurses.c335 Colorpairnode cpn; in zcurses_colorget() local
387 if (!cpn) { in zcurses_colorget()
396 return cpn; in zcurses_colorget()
406 cpn_match = cpn; in zcurses_colornode()
454 Colorpairnode cpn; in zccmd_init() local
478 if (cpn) { in zccmd_init()
479 cpn->colorpair = 0; in zccmd_init()
863 Colorpairnode cpn; in zccmd_attr() local
935 cpn->node.nam, cpn->colorpair); in zccmd_bg()
1387 Colorpairnode cpn; in zccmd_querychar() local
[all …]
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DXMLhelper.pm40 my $cpn = undef; #Current PlaylistName
274 $cpn = $xh->{$el}->{name}; #Get current name
275 addpl($cpn,$xh->{$el}); #Add this playlist
278 main::newpl(mkh($el, @it), $cpn, "pl"); #call sub
283 $cpn = $xh->{$el}->{name}; #Get current plname
284 addspl($cpn,$xh->{$el}); #add the pl
287 main::newpl(mkh($el, @it), $cpn,"spl"); #Call sub
311 $cpn = undef; #Current PlaylistName
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/dvb/
H A D2wcomdsr_154 cpn=`grep 'content_1<' $statusfile | sed 's/<[^>]*>//g' | sed 's/content_1//g;s/dB//g;s/ //g'`
167 if [ -n "$cpn" ]; then
168 echo "$cpn"
/dports/math/gap/gap-4.11.0/pkg/utils-0.69/lib/
H A Dmagma.gi128 local mats, nr, nc, F, tab, p, q, e, w, wp, pow, zero, one, val, cpn, npl,
157 cpn := 3;
159 cpn := 4;
161 cpn := 5;
163 cpn := 6;
165 cpn := 7;
168 cpn := cpn + 2;
170 npl := Int(76/(cpn)); ## should be 78, but it overflowed.
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/mobile/qcamera/
H A Dcontactsdlg.cpp150 QContactPhoneNumber cpn = contact.detail<QContactPhoneNumber> (); in itemClicked() local
153 if (!cpn.isEmpty()) { in itemClicked()
154 emit contactSelected(cpn.number()); in itemClicked()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/
H A DPopup.java645 Component cpn; in ungrabContainers() local
647 cpn = (Component)grabbed.elementAt(i); in ungrabContainers()
648 if(cpn instanceof java.awt.Window) { in ungrabContainers()
649 ((java.awt.Window)cpn).removeWindowListener(pwa); in ungrabContainers()
650 ((java.awt.Window)cpn).removeComponentListener(pca); in ungrabContainers()
652 cpn.removeMouseListener(pma); in ungrabContainers()
653 cpn.removeMouseMotionListener(pma); in ungrabContainers()
659 m.invoke(cpn, args); in ungrabContainers()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclientmap.cpp324 v3s16 cpn = bp * MAP_BLOCKSIZE; in updateDrawList() local
325 cpn += v3s16(MAP_BLOCKSIZE/2, MAP_BLOCKSIZE/2, MAP_BLOCKSIZE/2); in updateDrawList()
336 isOccluded(this, spn, cpn + v3s16(0,0,0), in updateDrawList()
338 isOccluded(this, spn, cpn + v3s16(bs2,bs2,bs2), in updateDrawList()
340 isOccluded(this, spn, cpn + v3s16(bs2,bs2,-bs2), in updateDrawList()
342 isOccluded(this, spn, cpn + v3s16(bs2,-bs2,bs2), in updateDrawList()
344 isOccluded(this, spn, cpn + v3s16(bs2,-bs2,-bs2), in updateDrawList()
346 isOccluded(this, spn, cpn + v3s16(-bs2,bs2,bs2), in updateDrawList()
348 isOccluded(this, spn, cpn + v3s16(-bs2,bs2,-bs2), in updateDrawList()
350 isOccluded(this, spn, cpn + v3s16(-bs2,-bs2,bs2), in updateDrawList()
[all …]
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A Dregnfa.c372 Context *cp, *cpn; in libuxre_regdelnfa() local
377 for (cp = np->allcp; cp != 0; cp = cpn) in libuxre_regdelnfa()
379 cpn = cp->link; in libuxre_regdelnfa()
643 Context *cp, *cpn; in libuxre_regnfaexec() local
819 cpn = cp->next; in libuxre_regnfaexec()
823 if ((cp = cpn) == 0) in libuxre_regnfaexec()
836 cpn = cp->next; in libuxre_regnfaexec()
839 if ((cp = cpn) == 0) in libuxre_regnfaexec()
1053 for (cp = np->allcp; cp != 0; cp = cpn) in libuxre_regnfaexec()
1055 cpn = cp->link; in libuxre_regnfaexec()
/dports/multimedia/vlc/vlc-3.0.16/src/text/
H A Dunicode.c208 uint32_t cph, cpn; in vlc_strcasestr() local
210 s = vlc_towc (n, &cpn); in vlc_strcasestr()
218 if (s <= 0 || towlower (cph) != towlower (cpn)) in vlc_strcasestr()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/kdc/
H A Dkrb5tgs.c1210 char *spn = NULL, *cpn = NULL; in tgs_build_reply() local
1282 ret = krb5_unparse_name(context, cp, &cpn); in tgs_build_reply()
1291 cpn, from, spn, opt_str); in tgs_build_reply()
1294 "TGS-REQ %s from %s for %s", cpn, from, spn); in tgs_build_reply()
1369 cpn); in tgs_build_reply()
1374 cpn, krb5_get_err_text(context, ret)); in tgs_build_reply()
1473 cpn, selfcpn, spn); in tgs_build_reply()
1540 spn, cpn); in tgs_build_reply()
1583 "from %s to %s", str, cpn, spn); in tgs_build_reply()
1598 client, cpn, in tgs_build_reply()
[all …]
H A D524.c92 char *cpn; in log_524() local
102 ret = krb5_unparse_name(context, client, &cpn); in log_524()
109 kdc_log(context, config, 1, "524-REQ %s from %s for %s", cpn, from, spn); in log_524()
110 free(cpn); in log_524()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf);
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) );
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) );
246 const std::complex<float> cpn(pinf, ninf);
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) );
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) );
360 const std::complex<long double> cpn(pinf, ninf);
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) );
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/26_numerics/complex/
H A Dproj.cc132 const std::complex<double> cpn(pinf, ninf); in test01() local
133 VERIFY( eq( std::proj(cpn) , std::complex<double>(pinf, -0.0) ) ); in test01()
134 VERIFY( eq( std::proj(-cpn) , std::complex<double>(pinf, +0.0) ) ); in test01()
246 const std::complex<float> cpn(pinf, ninf); in test02() local
247 VERIFY( eq( std::proj(cpn) , std::complex<float>(pinf, -0.0) ) ); in test02()
248 VERIFY( eq( std::proj(-cpn) , std::complex<float>(pinf, +0.0) ) ); in test02()
360 const std::complex<long double> cpn(pinf, ninf); in test03() local
361 VERIFY( eq( std::proj(cpn) , std::complex<long double>(pinf, -0.0) ) ); in test03()
362 VERIFY( eq( std::proj(-cpn) , std::complex<long double>(pinf, +0.0) ) ); in test03()
/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.h119 #define COLOR_PAIR(cpn) \ argument
120 ( (__A_COLORMARK) | (((attr_t) (cpn)) << __A_COLORPAIRSHIFT) )
/dports/net/samba412/samba-4.12.15/source4/heimdal/kdc/
H A Dkrb5tgs.c1861 cpn); in tgs_build_reply()
1879 spn, cpn, from, msg); in tgs_build_reply()
1896 spn, cpn, from, msg); in tgs_build_reply()
1907 tpn = cpn; in tgs_build_reply()
2043 cpn, tpn, spn); in tgs_build_reply()
2086 cpn, spn); in tgs_build_reply()
2134 cpn, dpn, tpn, spn); in tgs_build_reply()
2144 cpn, dpn, tpn, spn); in tgs_build_reply()
2216 client, cpn, in tgs_build_reply()
2301 if (tpn != cpn) in tgs_build_reply()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/alevt/
H A Dcache.c54 struct cache_page *cp, *cpn; in cache_reset() local
58 for (cp = PTR ca->hash[i].first; cpn = PTR cp->node->next; cp = cpn) in cache_reset()

12345678910>>...15