Home
last modified time | relevance | path

Searched refs:svpp (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/aegis/aegis-4.25.D510/aefind/function/
H A Dstat.cc74 if (!svpp) in evaluate()
91 nstring s = svpp->query(); in evaluate()
158 if (!svpp) in evaluate()
243 if (!svpp) in evaluate()
328 if (!svpp) in evaluate()
413 if (!svpp) in evaluate()
498 if (!svpp) in evaluate()
583 if (!svpp) in evaluate()
668 if (!svpp) in evaluate()
753 if (!svpp) in evaluate()
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Parser/
H A DVAst.cpp130 SV** svpp = hv_fetch(hvp, name.c_str(), name.length(), 1/*create*/); in replaceInsert() local
131 if (svpp) {} // unused in replaceInsert()
142 SV** svpp = hv_fetch(hvp, name.c_str(), name.length(), 1/*create*/); in replaceInsert() local
143 if (svpp) {} // unused in replaceInsert()
154 SV** svpp = hv_fetch(hvp, name.c_str(), name.length(), 0/*no-change*/); in findSym() local
155 if (!svpp) return NULL; in findSym()
156 SV* svp = *svpp; in findSym()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dbspview.c454 SeqViewProcsPtr svpp; in LaunchSequenceViewer() local
465 if (svpp != NULL) { in LaunchSequenceViewer()
2357 if (svpp != NULL) { in DuplicateViewProc()
2859 if (svpp != NULL && svpp->closeForm != NULL) { in CreateNewSeqEntryViewFormEx()
2943 if (svpp != NULL && svpp->createMenus != NULL) { in CreateNewSeqEntryViewFormEx()
3124 if (svpp != NULL && svpp->hasDuplicateButton) { in CreateNewSeqEntryViewFormEx()
3134 if (svpp != NULL && svpp->allowScrollText) { in CreateNewSeqEntryViewFormEx()
4055 if (svpp != NULL && (! svpp->keepSmartViewerVisible)) { in RemoveSeqEntryViewer()
4158 if (svpp != NULL && svpp->createToolBar != NULL) { in NewSeqEntryViewGenFunc()
4578 if (svpp != NULL && svpp->forceSeparateViewer) { in SmartSeqEntryViewGenFunc()
[all …]
H A Dsalsa.c99 if (svpp != NULL) in AmIConfiguredForTheNetwork()
1236 … adp->colorRefs[COLOR_SELECT] = GetColorRGB(svpp->colorR_HL,svpp->colorG_HL,svpp->colorB_HL); in BioseqEditMsgFunc()
2847 if (svpp) { in SetupMenus()
2884 if (svpp) in SetupMenus()
2890 if (svpp) { in SetupMenus()
3755 if (svpp) in PopulateSalsaPanel()
3766 if (svpp) in PopulateSalsaPanel()
3983 if (svpp) in CreateSeqAlignEditForm()
4002 if (svpp == NULL) in CreateSeqAlignEditForm()
4014 …SetupMenus (w, TRUE, is_prot, ble, svpp->extended_dist_menu, svpp->extended_align_menu, svpp->exte… in CreateSeqAlignEditForm()
[all …]
H A De2docsum.c2177 SeqViewProcsPtr svpp; in RepopulateDocSum() local
2224 if (svpp != NULL && svpp->displayFont != NULL) in RepopulateDocSum()
2225 font = svpp->displayFont; in RepopulateDocSum()
2244 if (svpp != NULL && svpp->displayFont != NULL) in RepopulateDocSum()
2245 font = svpp->displayFont; in RepopulateDocSum()
4570 SeqViewProcsPtr svpp; in DisplayFontChangeProc() local
4584 if (svpp != NULL && svpp->displayFont != NULL) { in DisplayFontChangeProc()
4585 fnt = svpp->displayFont; in DisplayFontChangeProc()
4614 if (svpp != NULL) { in DisplayFontChangeProc()
4615 svpp->displayFont = CreateFont (&fs); in DisplayFontChangeProc()
[all …]
H A Dgbfview.c1320 SeqViewProcsPtr svpp; in PopulateFlatFile() local
1449 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in PopulateFlatFile()
1450 if (svpp != NULL) { in PopulateFlatFile()
1451 if (svpp->lockFarComponents) { in PopulateFlatFile()
1657 SeqViewProcsPtr svpp; in PopulateFasta() local
1681 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in PopulateFasta()
1682 if (svpp != NULL && svpp->lockFarComponents) { in PopulateFasta()
H A Dudvgraph.c3581 DDV_ColorGlobal *svpp ,Boolean UseDefClr,Uint4 DefClr, in UDV_Draw_sequence() argument
3632 if (svpp==NULL){ in UDV_Draw_sequence()
3637 DDV_SearchColorCellbyName(svpp->pvnSpecialColors, "Highlight"); in UDV_Draw_sequence()
3677 if (svpp==NULL){/*means we don't use the Color Manager*/ in UDV_Draw_sequence()
3697 rgb=DDV_GetColor(svpp, sip, Row, bsp_pos); in UDV_Draw_sequence()
4040 DDV_ColorGlobal *svpp=NULL; in UDV_draw_panel() local
4112 svpp = vdp->vgp->pCGlobal; in UDV_draw_panel()
4113 Row = ViewMgr_GetRow(svpp, vdp->userkey); in UDV_draw_panel()
4115 if(svpp == NULL) in UDV_draw_panel()
4120 svpp = NULL; in UDV_draw_panel()
[all …]
H A Dbspview.h364 BioseqPtr bsp, SeqViewProcsPtr svpp);
H A Dgphview.c993 SeqViewProcsPtr svpp; in PopulateGraphic() local
999 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in PopulateGraphic()
1000 if (svpp != NULL && svpp->lockFarComponents) { in PopulateGraphic()
3894 SeqViewProcsPtr svpp; in PopulateAsn2GphGraphic() local
3921 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in PopulateAsn2GphGraphic()
3922 if (svpp != NULL && svpp->lockFarComponents) { in PopulateAsn2GphGraphic()
H A Dudviewer.h611 DDV_ColorGlobal *svpp ,Boolean UseDefClr,Uint4 DefClr,
H A Dvsm.c1272 SeqViewProcsPtr svpp; in VSeqMgrReleaseProc() local
1314 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in VSeqMgrReleaseProc()
1315 if (svpp != NULL) { in VSeqMgrReleaseProc()
1316 if (svpp->launchEditors) { in VSeqMgrReleaseProc()
H A Dsalfiles.c2315 SeqEditViewProcsPtr svpp; in CCDownloadProc() local
2319 svpp = (SeqEditViewProcsPtr) GetAppProperty ("SeqEditDisplayForm"); in CCDownloadProc()
2320 if (svpp == NULL) in CCDownloadProc()
2322 if (svpp->download == NULL) in CCDownloadProc()
2348 sep = svpp->download ("Salsa", accn, uid, is_na, &is_newbsp); in CCDownloadProc()
H A Dsalpanel.c1813 SeqEditViewProcsPtr svpp; in draw_seq() local
1855 svpp = (SeqEditViewProcsPtr) GetAppProperty ("SeqEditDisplayForm"); in draw_seq()
1862 if (svpp) { in draw_seq()
1863 if (svpp->Cn3D_On && sesp_sip) { in draw_seq()
1864 vnp_seqinfo = svpp->seqinfo; in draw_seq()
H A Dcdrgn.c779 SeqViewProcsPtr svpp; in ProtViewLaunchFunc() local
787 svpp = (SeqViewProcsPtr) GetAppProperty ("SeqDisplayForm"); in ProtViewLaunchFunc()
788 if (svpp != NULL) { in ProtViewLaunchFunc()
789 svpp->forceSeparateViewer = TRUE; in ProtViewLaunchFunc()
/dports/textproc/p5-Text-Prefix-XS/Text-Prefix-XS-0.15/
H A DXS.xs126 #define term_sanity_check(svpp, idx) \ argument
127 if(!svpp) { die("Terms list is partially empty at idx=%d", idx); } \
128 if(SvROK(*svpp)) { die("Found reference in terms list at idx=%d", idx); } \
129 if(sv_len(*svpp) > CHARTABLE_MAX ) { \
/dports/biology/ncbi-toolkit/ncbi/network/vibnet/
H A Ddocsum.c1247 SeqViewProcsPtr svpp; in RepopulateDocSum() local
1290 if (svpp != NULL && svpp->displayFont != NULL) { in RepopulateDocSum()
1291 font = svpp->displayFont; in RepopulateDocSum()
1307 if (svpp != NULL && svpp->displayFont != NULL) { in RepopulateDocSum()
2576 SeqViewProcsPtr svpp; in DisplayFontChangeProc() local
2588 if (svpp != NULL && svpp->displayFont != NULL) { in DisplayFontChangeProc()
2589 fnt = svpp->displayFont; in DisplayFontChangeProc()
2620 if (svpp != NULL) { in DisplayFontChangeProc()
4338 bpp = svpp->pageSpecs; in MakePageSpecAlist()
4347 bpp = svpp->pageSpecs; in MakePageSpecAlist()
[all …]
/dports/graphics/p5-Imager/Imager-1.012/
H A DImager.xs159 SV** svpp;
167 *store=SvPV(*svpp, PL_na );
174 SV** svpp;
182 *store=(int)SvIV(*svpp);
188 SV** svpp;
195 *store=(double)SvNV(*svpp);
201 SV** svpp;
209 *store = INT2PTR(void*, SvIV(*svpp));
216 SV** svpp;
225 if (sv_derived_from(*svpp,type)) {
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dinterpret.h237 extern int last_instructions(int length, Bool verbose, svalue_t **svpp);
H A Dinterpret.c5794 svalue_t **svpp = (svalue_t **)extra; in m_indices_filter() local
5796 assign_svalue_no_free( (*svpp)++, key ); in m_indices_filter()
19526 last_instr_output (char *str, svalue_t **svpp) in last_instr_output() argument
19538 if (svpp) in last_instr_output()
19542 put_string((*svpp), s); in last_instr_output()
19543 (*svpp)++; in last_instr_output()
19614 last_instructions (int length, Bool verbose, svalue_t **svpp) in last_instructions() argument
19679 last_instr_output(buf, svpp); in last_instructions()
19699 last_instr_output(buf, svpp); in last_instructions()
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c2902 SV** svpp; in S_make_trie() local
2906 svpp = hv_fetch( widecharmap, (char*)&uvc, sizeof( UV ), 1 ); in S_make_trie()
2908 if ( !svpp ) in S_make_trie()
2911 if ( !SvTRUE( *svpp ) ) { in S_make_trie()
2912 sv_setiv( *svpp, ++trie->uniquecharcount ); in S_make_trie()
3021 SV** const svpp = hv_fetch( widecharmap, in S_make_trie() local
3025 if ( !svpp ) { in S_make_trie()
3028 charid=(U16)SvIV( *svpp ); in S_make_trie()
3255 SV* const * const svpp = hv_fetch( widecharmap, in S_make_trie() local
3259 charid = svpp ? (U16)SvIV(*svpp) : 0; in S_make_trie()
H A Dregexec.c1774 SV** const svpp = hv_fetch(widecharmap, \
1776 if (svpp) \
1777 charid = (U16)SvIV(*svpp); \
/dports/databases/p5-DBD-ODBC/DBD-ODBC-1.61/
H A Ddbdimp.c1564 SV **svpp; in dbd_preparse() local
1611 svpp = hv_fetch(imp_sth->all_params_hv, name, (I32)namelen, 0); in dbd_preparse()
1612 if (svpp == NULL) { in dbd_preparse()
1626 svpp = hv_store(imp_sth->all_params_hv, name, (I32)namelen, phs_sv, 0); in dbd_preparse()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c2982 SV** svpp; in S_make_trie() local
2986 svpp = hv_fetch( widecharmap, (char*)&uvc, sizeof( UV ), 1 ); in S_make_trie()
2988 if ( !svpp ) in S_make_trie()
2991 if ( !SvTRUE( *svpp ) ) { in S_make_trie()
2992 sv_setiv( *svpp, ++trie->uniquecharcount ); in S_make_trie()
3101 SV** const svpp = hv_fetch( widecharmap, in S_make_trie() local
3105 if ( !svpp ) { in S_make_trie()
3108 charid=(U16)SvIV( *svpp ); in S_make_trie()
3335 SV* const * const svpp = hv_fetch( widecharmap, in S_make_trie() local
3339 charid = svpp ? (U16)SvIV(*svpp) : 0; in S_make_trie()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c2982 SV** svpp; in S_make_trie() local
2986 svpp = hv_fetch( widecharmap, (char*)&uvc, sizeof( UV ), 1 ); in S_make_trie()
2988 if ( !svpp ) in S_make_trie()
2991 if ( !SvTRUE( *svpp ) ) { in S_make_trie()
2992 sv_setiv( *svpp, ++trie->uniquecharcount ); in S_make_trie()
3101 SV** const svpp = hv_fetch( widecharmap, in S_make_trie() local
3105 if ( !svpp ) { in S_make_trie()
3108 charid=(U16)SvIV( *svpp ); in S_make_trie()
3335 SV* const * const svpp = hv_fetch( widecharmap, in S_make_trie() local
3339 charid = svpp ? (U16)SvIV(*svpp) : 0; in S_make_trie()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c3000 SV** svpp; in S_make_trie() local
3004 svpp = hv_fetch( widecharmap, (char*)&uvc, sizeof( UV ), 1 ); in S_make_trie()
3006 if ( !svpp ) in S_make_trie()
3009 if ( !SvTRUE( *svpp ) ) { in S_make_trie()
3010 sv_setiv( *svpp, ++trie->uniquecharcount ); in S_make_trie()
3119 SV** const svpp = hv_fetch( widecharmap, in S_make_trie() local
3123 if ( !svpp ) { in S_make_trie()
3126 charid=(U16)SvIV( *svpp ); in S_make_trie()
3353 SV* const * const svpp = hv_fetch( widecharmap, in S_make_trie() local
3357 charid = svpp ? (U16)SvIV(*svpp) : 0; in S_make_trie()

12