Home
last modified time | relevance | path

Searched refs:subttl (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dwordout.c297 output_titlebits( const char *mainttl, const char *subttl, FILE *outptr ) in output_titlebits() argument
300 if ( subttl ) { in output_titlebits()
306 fprintf( outptr, "%s", subttl ); in output_titlebits()
311 output_titleinfo( const char *mainttl, const char *subttl, FILE *outptr, const char *tag, int level… in output_titleinfo() argument
313 if ( mainttl || subttl ) { in output_titleinfo()
315 output_titlebits( mainttl, subttl, outptr ); in output_titleinfo()
324 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_generaltitle() local
329 output_titleinfo( ttl, subttl, outptr, tag, level ); in output_generaltitle()
340 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_maintitle() local
345 output_titleinfo( ttl, subttl, outptr, "b:Title", level ); in output_maintitle()
[all …]
H A Dtitle.c82 title_combine( str *fullttl, str *mainttl, str *subttl ) in title_combine() argument
90 if ( subttl ) { in title_combine()
97 str_strcat( fullttl, subttl ); in title_combine()
H A Dbiblatexin.c654 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
679 if ( str_has_value( subttl ) ) str_addchar( subttl, ' ' ); in get_title_elements()
680 str_strcat( subttl, d ); in get_title_elements()
687 return ( ttl->len>0 || subttl->len > 0 || ttladdon->len > 0 ); in get_title_elements()
733 attach_subtitle( &combined, subttl ); in process_combined_title()
753 if ( subttl->len ) attach_addon( subttl, ttladdon ); in process_separated_title()
760 if ( str_has_value( subttl ) ) { in process_separated_title()
761 fstatus = fields_add( info, "SUBTITLE", str_cstr( subttl ), currlevel ); in process_separated_title()
771 str ttl, subttl, ttladdon; in process_title_all() local
772 strs_init( &ttl, &subttl, &ttladdon, NULL ); in process_title_all()
[all …]
H A Dtitle.h18 void title_combine( str *fullttl, str *mainttl, str *subttl );
H A Disiout.c126 str *subttl = fields_findv( in, level, FIELDS_STRP, subtag ); in append_titlecore() local
131 title_combine( &fullttl, mainttl, subttl ); in append_titlecore()
H A Dbibtexout.c373 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
384 subttl = fields_value( in, nsubttl, FIELDS_STRP ); in append_title_chosen()
388 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
H A Dmodsout.c204 int subttl = fields_find( f, "SUBTITLE", level ); in output_title() local
211 …output_fil( outptr, lvl2indent(incr_level(level,1)), "subTitle", f, subttl, TAG_OPENCLOSE, TAG_NE… in output_title()
214 if ( ttl==-1 && subttl==-1 ) in output_title()
221 …if ( ttl==FIELDS_NOTFOUND || subttl!=FIELDS_NOTFOUND || strcmp(fields_value(f,ttl,FIELDS_CHRP),val… in output_title()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dwordout.c297 output_titlebits( const char *mainttl, const char *subttl, FILE *outptr ) in output_titlebits() argument
300 if ( subttl ) { in output_titlebits()
306 fprintf( outptr, "%s", subttl ); in output_titlebits()
311 output_titleinfo( const char *mainttl, const char *subttl, FILE *outptr, const char *tag, int level… in output_titleinfo() argument
313 if ( mainttl || subttl ) { in output_titleinfo()
315 output_titlebits( mainttl, subttl, outptr ); in output_titleinfo()
324 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_generaltitle() local
329 output_titleinfo( ttl, subttl, outptr, tag, level ); in output_generaltitle()
340 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_maintitle() local
345 output_titleinfo( ttl, subttl, outptr, "b:Title", level ); in output_maintitle()
[all …]
H A Dtitle.c82 title_combine( str *fullttl, str *mainttl, str *subttl ) in title_combine() argument
90 if ( subttl ) { in title_combine()
97 str_strcat( fullttl, subttl ); in title_combine()
H A Dbiblatexin.c678 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
703 if ( str_has_value( subttl ) ) str_addchar( subttl, ' ' ); in get_title_elements()
704 str_strcat( subttl, d ); in get_title_elements()
711 return ( ttl->len>0 || subttl->len > 0 || ttladdon->len > 0 ); in get_title_elements()
757 attach_subtitle( &combined, subttl ); in process_combined_title()
777 if ( subttl->len ) attach_addon( subttl, ttladdon ); in process_separated_title()
784 if ( str_has_value( subttl ) ) { in process_separated_title()
785 fstatus = fields_add( info, "SUBTITLE", str_cstr( subttl ), currlevel ); in process_separated_title()
795 str ttl, subttl, ttladdon; in process_title_all() local
796 strs_init( &ttl, &subttl, &ttladdon, NULL ); in process_title_all()
[all …]
H A Dtitle.h18 void title_combine( str *fullttl, str *mainttl, str *subttl );
H A Disiout.c126 str *subttl = fields_findv( in, level, FIELDS_STRP, subtag ); in append_titlecore() local
131 title_combine( &fullttl, mainttl, subttl ); in append_titlecore()
H A Dbibtexout.c377 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
388 subttl = fields_value( in, nsubttl, FIELDS_STRP ); in append_title_chosen()
392 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
H A Dbibentrydirectout.c559 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
570 subttl = fields_value( in, nsubttl, FIELDS_STRP ); in append_title_chosen()
574 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
H A Dmodsout.c209 int subttl = fields_find( f, "SUBTITLE", level ); in output_title() local
216 …output_fil( outptr, lvl2indent(incr_level(level,1)), "subTitle", f, subttl, TAG_OPENCLOSE, TAG_NE… in output_title()
219 if ( ttl==-1 && subttl==-1 ) in output_title()
226 …if ( ttl==FIELDS_NOTFOUND || subttl!=FIELDS_NOTFOUND || strcmp(fields_value(f,ttl,FIELDS_CHRP),val… in output_title()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dwordout.c312 output_titlebits( const char *mainttl, const char *subttl, FILE *outptr ) in output_titlebits() argument
315 if ( subttl ) { in output_titlebits()
321 fprintf( outptr, "%s", subttl ); in output_titlebits()
326 output_titleinfo( const char *mainttl, const char *subttl, FILE *outptr, const char *tag, int level… in output_titleinfo() argument
328 if ( mainttl || subttl ) { in output_titleinfo()
330 output_titlebits( mainttl, subttl, outptr ); in output_titleinfo()
339 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_generaltitle() local
344 output_titleinfo( ttl, subttl, outptr, tag, level ); in output_generaltitle()
355 const char *subttl = fields_findv( info, level, FIELDS_CHRP, "SUBTITLE" ); in output_maintitle() local
360 output_titleinfo( ttl, subttl, outptr, "b:Title", level ); in output_maintitle()
[all …]
H A Dtitle.c83 title_combine( str *fullttl, str *mainttl, str *subttl ) in title_combine() argument
91 if ( subttl ) { in title_combine()
98 str_strcat( fullttl, subttl ); in title_combine()
H A Dbiblatexin.c673 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
698 if ( str_has_value( subttl ) ) str_addchar( subttl, ' ' ); in get_title_elements()
699 str_strcat( subttl, d ); in get_title_elements()
706 return ( ttl->len>0 || subttl->len > 0 || ttladdon->len > 0 ); in get_title_elements()
752 attach_subtitle( &combined, subttl ); in process_combined_title()
772 if ( subttl->len ) attach_addon( subttl, ttladdon ); in process_separated_title()
779 if ( str_has_value( subttl ) ) { in process_separated_title()
780 fstatus = fields_add( info, "SUBTITLE", str_cstr( subttl ), currlevel ); in process_separated_title()
790 str ttl, subttl, ttladdon; in process_title_all() local
791 strs_init( &ttl, &subttl, &ttladdon, NULL ); in process_title_all()
[all …]
H A Dtitle.h18 void title_combine( str *fullttl, str *mainttl, str *subttl );
H A Disiout.c128 str *subttl = fields_findv( in, level, FIELDS_STRP, subtag ); in append_titlecore() local
133 title_combine( &fullttl, mainttl, subttl ); in append_titlecore()
H A Dbibtexout.c311 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
322 subttl = fields_value( in, nsubttl, FIELDS_STRP ); in append_title_chosen()
326 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
H A Dnbibout.c117 str *subttl = fields_findv( in, level, FIELDS_STRP, subtag ); in append_titlecore() local
122 title_combine( &fullttl, mainttl, subttl ); in append_titlecore()
/dports/finance/beanie/beanie-0.8.2/sales/
H A Dgeninvoice.c201 double subttl; variable
278 subttl = 0.0; in main()
349 fprintf(fp, ".ds SubTTL %s\n", bal(subttl, currlabel)); in main()
389 subttl += ttl; in doitem()
/dports/www/emacs-w3m/emacs-w3m-3925d1c/shimbun/
H A Dsb-nikkangendai.el263 (let (authinfo subttl)
280 (setq subttl (match-string 0))))
300 (when subttl
302 (insert subttl "<br><br>\n"))
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbcompon.dsl83 (parent-subttl (select-elements (children (current-node)) (normalize "subtitle")))
84 (subtitles (if (node-list-empty? parent-subttl)
86 parent-subttl)))

123