Home
last modified time | relevance | path

Searched refs:ncomment (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlehdr.c247 print_brief_hdr( the_hdr, ncomment, comment_names ) in print_brief_hdr() argument
249 int ncomment;
286 if ( ncomment > 0 )
288 for ( ; ncomment > 0; ncomment--, comment_names++ )
299 if ( ncomment == 0 )
H A Drleaddcom.c76 int oflag = 0, iflag = 0, delflag = 0, ncomment = 0; local
86 &ncomment, &comments ) == 0 )
151 for ( j = 0; j < ncomment; j++ )
/dports/deskutils/calcurse/calcurse-4.7.1/test/data/
H A Dical-012.ical45 DESCRIPTION:event with\ndescription\ncomment\nand location
47 COMMENT:just a repetition of description:\nevent with\ndescription\ncomment\nand location
83 DESCRIPTION:todo with\ndescription\ncomment\nand location\,\nbut no priority
85 COMMENT:mostly a repetition of description:\ntodo with\ndescription\ncomment\nand location
/dports/x11/libXcursor/libXcursor-1.2.0/src/
H A Dfile.c137 comments->ncomment = 0; in XcursorCommentsCreate()
150 for (n = 0; n < comments->ncomment; n++) in XcursorCommentsDestroy()
756 int ncomment; in XcursorXcFileLoad() local
769 ncomment = 0; in XcursorXcFileLoad()
774 ncomment++; in XcursorXcFileLoad()
784 comments = XcursorCommentsCreate (ncomment); in XcursorXcFileLoad()
797 comments->comments[comments->ncomment] = comment; in XcursorXcFileLoad()
798 comments->ncomment++; in XcursorXcFileLoad()
812 if (images->nimage != nimage || comments->ncomment != ncomment) in XcursorXcFileLoad()
859 for (n = 0; n < comments->ncomment; n++) in XcursorXcFileSave()
[all …]
/dports/editors/joe/joe-4.6/syntax/
H A Dhaskell.jsf55 :ncomment Comment comment
56 * ncomment
57 "BFHNTX" ncomment noeat call=comment_todo.comment_todo()
62 * ncomment noeat
63 "}" ncomment return
66 * ncomment noeat
67 "-" ncomment call=.comment()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dmsgfmt-desktop-2105 Comment[de]=German \ncomment
106 Comment[fr]=French \ncomment
121 Comment[fr]=French \ncomment
H A Dmsgfmt-desktop-162 Comment[fr]=French \ncomment
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dmsgfmt-desktop-2105 Comment[de]=German \ncomment
106 Comment[fr]=French \ncomment
121 Comment[fr]=French \ncomment
H A Dmsgfmt-desktop-162 Comment[fr]=French \ncomment
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dmsgfmt-desktop-2105 Comment[de]=German \ncomment
106 Comment[fr]=French \ncomment
121 Comment[fr]=French \ncomment
H A Dmsgfmt-desktop-162 Comment[fr]=French \ncomment
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dmsgfmt-desktop-2105 Comment[de]=German \ncomment
106 Comment[fr]=French \ncomment
121 Comment[fr]=French \ncomment
H A Dmsgfmt-desktop-162 Comment[fr]=French \ncomment
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_util.aug11 test Util.comment_multiline get "/*\ncomment\n*/\n" =
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/resources/
H A Dply.template6 "intro": "ply\nformat $encoding 1.0\ncomment github.com/mikedh/trimesh\n",
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/t/
H A Dtest_comments.t105 fail "${from}a\nmultiline\ncomment${to}";
108 pass "${from}a\nmultiline\ncomment${to}";
164 pass "/*a\nmultiline\ncomment*/";
200 pass "comment\nMultiline\ncomment";
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dmsf.c314 if (msa->ncomment > 0) in WriteMSF()
316 for (idx = 0; idx < msa->ncomment; idx++) in WriteMSF()
H A Dmsa.c114 msa->ncomment = 0; in MSAAlloc()
273 Free2DArray((void **) msa->comment, msa->ncomment); in MSAFree()
365 if (msa->ncomment == msa->alloc_ncomment) { in MSAAddComment()
370 msa->comment[msa->ncomment] = sre_strdup(s, -1); in MSAAddComment()
371 msa->ncomment++; in MSAAddComment()
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dsxaddpar.pro300 ncomment = comment
306 ncomment=strmid(header[i],32,48) else begin
312 ncomment = strmid(header[i], slash+1, 80) else $
313 ncomment = string(replicate(32B,80))
362 ' /' + ncomment,10
401 strput, h, ncomment, 32 ;add comment
/dports/devel/p5-Pegex/Pegex-0.75/inc/t/
H A Dtree-pegex.tml.lingy36 …/ <rule_name> /<COLON><WS>*/ <rule_line>\nrule_name: /(<ALPHA><WORD>*)/\ncomment: /<HASH><line><EO…
/dports/net/pwhois/pwhois-2.2.1.0/
H A Dpwhois-updatedb1568 my $ncomment=0;
1618 $rec{'comment'} = $1 if $ncomment == 0;
1619 $rec{'comment'} .= " ". $1 if $ncomment > 0;
1620 $ncomment++;
1814 $rec{'comment'} = $1 if $ncomment == 0;
1815 $rec{'comment'} .= " ". $1 if $ncomment > 0;
1816 $ncomment++;
1956 $rec{'comment'} = $1 if $ncomment == 0;
1958 $ncomment++;
2107 $rec{'comment'} = $1 if $ncomment == 0;
[all …]
/dports/textproc/elixir-earmark/earmark-1.2.5/test/regressions/
H A Di106_plugin_test.exs25 …{:error, "<!-- comment one\ncomment two -->\n<!-- comment three -->\n", [{ :warning, 3, "lines for…
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-alimerge.c849 if(msaA[0]->ncomment > 0) { in validate_and_copy_msa_annotation()
853 if(msaA[ai]->ncomment != msaA[0]->ncomment) { in validate_and_copy_msa_annotation()
860 for(j = 0; j < msaA[0]->ncomment; j++) { in validate_and_copy_msa_annotation()
862 …nexpectedly, comment %d of msaA[0] is NULL, but msaA[0]->ncomment is %d.\n", j, msaA[0]->ncomment); in validate_and_copy_msa_annotation()
872 for(j = 0; j < msaA[0]->ncomment; j++) { in validate_and_copy_msa_annotation()
1717 for (i = 0; i < msa->ncomment; i++) in write_pfam_msa_top()
1719 if (msa->ncomment > 0) fprintf(fp, "\n"); in write_pfam_msa_top()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-alimerge.c849 if(msaA[0]->ncomment > 0) { in validate_and_copy_msa_annotation()
853 if(msaA[ai]->ncomment != msaA[0]->ncomment) { in validate_and_copy_msa_annotation()
860 for(j = 0; j < msaA[0]->ncomment; j++) { in validate_and_copy_msa_annotation()
862 …nexpectedly, comment %d of msaA[0] is NULL, but msaA[0]->ncomment is %d.\n", j, msaA[0]->ncomment); in validate_and_copy_msa_annotation()
872 for(j = 0; j < msaA[0]->ncomment; j++) { in validate_and_copy_msa_annotation()
1717 for (i = 0; i < msa->ncomment; i++) in write_pfam_msa_top()
1719 if (msa->ncomment > 0) fprintf(fp, "\n"); in write_pfam_msa_top()
/dports/science/py-veusz/veusz-veusz-3.3.1/support/
H A Dpyqt_find_translatable223 ncomment = etree.SubElement(nmessage, 'comment')
224 ncomment.text = message.comment

12345