Home
last modified time | relevance | path

Searched refs:this_label (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgadgets.c732 struct text_label *this_label, in get_offsets() argument
770 if (this_label->hypertext) { in write_label()
772 char *font = this_label->font; in write_label()
790 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
792 this_label->pos, justify, this_label->rotate, in write_label()
793 this_label->font); in write_label()
797 this_label->pos, justify, 0, this_label->font); in write_label()
817 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
819 this_label->pos, justify, this_label->rotate, in write_label()
820 this_label->font); in write_label()
[all …]
H A Dtabulate.c210 struct text_label *this_label; in print_table() local
211 for (this_label = current_plot->labels->next; in print_table()
212 this_label != NULL; in print_table()
213 this_label = this_label->next) { in print_table()
214 char *label = expand_newline(this_label->text); in print_table()
381 struct text_label *this_label; in print_3dtable() local
382 for (this_label = this_plot->labels->next; in print_3dtable()
383 this_label != NULL; in print_3dtable()
384 this_label = this_label->next) { in print_3dtable()
385 char *label = expand_newline(this_label->text); in print_3dtable()
[all …]
H A Dset.c2596 for (this_label = first_label; this_label != NULL; in set_label()
2597 prev_label = this_label, this_label = this_label->next) in set_label()
2603 if (this_label == NULL || tag != this_label->tag) { in set_label()
2611 this_label = new_label; in set_label()
2640 for (this_label = first_label; this_label != NULL; in assign_label_tag()
2641 this_label = this_label->next) in assign_label_tag()
6337 if (this_label->tag >= 0) in parse_label_options()
6401 this_label->boxed = 1; in parse_label_options()
6405 this_label->boxed = 0; in parse_label_options()
6492 this_label->textcolor.value = this_label->place.z; in parse_label_options()
[all …]
H A Dsave.c218 struct text_label *this_label; in save_set_all() local
484 for (this_label = first_label; this_label != NULL; in save_set_all()
485 this_label = this_label->next) { in save_set_all()
487 this_label->tag, in save_set_all()
488 conv_text(this_label->text)); in save_set_all()
490 if (this_label->hypertext) in save_set_all()
493 save_justification(this_label->pos, fp); in save_set_all()
494 if (this_label->rotate) in save_set_all()
498 if (this_label->font != NULL) in save_set_all()
501 if (this_label->noenhanced) in save_set_all()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgadgets.c927 if (this_label->hypertext) { in write_label()
928 if (this_label->text && *(this_label->text)) { in write_label()
941 if (this_label->boxed < 0) in write_label()
948 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
950 this_label->pos, justify, this_label->rotate, in write_label()
951 this_label->font); in write_label()
955 this_label->pos, justify, 0, this_label->font); in write_label()
973 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
975 this_label->pos, justify, this_label->rotate, in write_label()
976 this_label->font); in write_label()
[all …]
H A Dtabulate.c206 struct text_label *this_label; in print_table() local
207 for (this_label = current_plot->labels->next; in print_table()
208 this_label != NULL; in print_table()
209 this_label = this_label->next) { in print_table()
210 char *label = expand_newline(this_label->text); in print_table()
377 struct text_label *this_label; in print_3dtable() local
378 for (this_label = this_plot->labels->next; in print_3dtable()
379 this_label != NULL; in print_3dtable()
380 this_label = this_label->next) { in print_3dtable()
381 char *label = expand_newline(this_label->text); in print_3dtable()
[all …]
H A Dsave.c248 struct text_label *this_label; in save_set_all() local
518 for (this_label = first_label; this_label != NULL; in save_set_all()
519 this_label = this_label->next) { in save_set_all()
521 this_label->tag, in save_set_all()
522 conv_text(this_label->text)); in save_set_all()
524 if (this_label->hypertext) in save_set_all()
528 if (this_label->rotate) in save_set_all()
532 if (this_label->font != NULL) in save_set_all()
535 if (this_label->noenhanced) in save_set_all()
545 if (this_label->boxed) { in save_set_all()
[all …]
H A Dset.c2627 for (this_label = first_label; this_label != NULL; in set_label()
2628 prev_label = this_label, this_label = this_label->next) in set_label()
2634 if (this_label == NULL || tag != this_label->tag) { in set_label()
2642 this_label = new_label; in set_label()
2650 free(this_label->text); in set_label()
2671 for (this_label = first_label; this_label != NULL; in assign_label_tag()
2672 this_label = this_label->next) in assign_label_tag()
6385 if (this_label->tag >= 0) in parse_label_options()
6457 this_label->boxed = 0; in parse_label_options()
6540 this_label->textcolor.value = this_label->place.z; in parse_label_options()
[all …]
H A Dshow.c1740 struct text_label *this_label; in show_label() local
1743 for (this_label = first_label; this_label != NULL; in show_label()
1744 this_label = this_label->next) { in show_label()
1748 this_label->tag, in show_label()
1749 (this_label->text==NULL) ? "" : conv_text(this_label->text)); in show_label()
1751 if (this_label->hypertext) in show_label()
1753 switch (this_label->pos) { in show_label()
1767 if (this_label->rotate) in show_label()
1776 if (this_label->noenhanced) in show_label()
1787 if (this_label->boxed) { in show_label()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgadgets.c927 if (this_label->hypertext) { in write_label()
928 if (this_label->text && *(this_label->text)) { in write_label()
941 if (this_label->boxed < 0) in write_label()
948 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
950 this_label->pos, justify, this_label->rotate, in write_label()
951 this_label->font); in write_label()
955 this_label->pos, justify, 0, this_label->font); in write_label()
973 if (this_label->rotate && (*term->text_angle) (this_label->rotate)) { in write_label()
975 this_label->pos, justify, this_label->rotate, in write_label()
976 this_label->font); in write_label()
[all …]
H A Dtabulate.c206 struct text_label *this_label; in print_table() local
207 for (this_label = current_plot->labels->next; in print_table()
208 this_label != NULL; in print_table()
209 this_label = this_label->next) { in print_table()
210 char *label = expand_newline(this_label->text); in print_table()
377 struct text_label *this_label; in print_3dtable() local
378 for (this_label = this_plot->labels->next; in print_3dtable()
379 this_label != NULL; in print_3dtable()
380 this_label = this_label->next) { in print_3dtable()
381 char *label = expand_newline(this_label->text); in print_3dtable()
[all …]
H A Dsave.c248 struct text_label *this_label; in save_set_all() local
518 for (this_label = first_label; this_label != NULL; in save_set_all()
519 this_label = this_label->next) { in save_set_all()
521 this_label->tag, in save_set_all()
522 conv_text(this_label->text)); in save_set_all()
524 if (this_label->hypertext) in save_set_all()
528 if (this_label->rotate) in save_set_all()
532 if (this_label->font != NULL) in save_set_all()
535 if (this_label->noenhanced) in save_set_all()
545 if (this_label->boxed) { in save_set_all()
[all …]
H A Dset.c2627 for (this_label = first_label; this_label != NULL; in set_label()
2628 prev_label = this_label, this_label = this_label->next) in set_label()
2634 if (this_label == NULL || tag != this_label->tag) { in set_label()
2642 this_label = new_label; in set_label()
2650 free(this_label->text); in set_label()
2671 for (this_label = first_label; this_label != NULL; in assign_label_tag()
2672 this_label = this_label->next) in assign_label_tag()
6385 if (this_label->tag >= 0) in parse_label_options()
6457 this_label->boxed = 0; in parse_label_options()
6540 this_label->textcolor.value = this_label->place.z; in parse_label_options()
[all …]
H A Dshow.c1740 struct text_label *this_label; in show_label() local
1743 for (this_label = first_label; this_label != NULL; in show_label()
1744 this_label = this_label->next) { in show_label()
1748 this_label->tag, in show_label()
1749 (this_label->text==NULL) ? "" : conv_text(this_label->text)); in show_label()
1751 if (this_label->hypertext) in show_label()
1753 switch (this_label->pos) { in show_label()
1767 if (this_label->rotate) in show_label()
1776 if (this_label->noenhanced) in show_label()
1787 if (this_label->boxed) { in show_label()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-z8k/
H A Dthis-file.s3 .globl this_start, this_label, this_imm4_val
16 call this_label
21 calr this_label
28 this_label: label
H A Dother-file.s8 dbjnz rl0,this_label
19 call this_label
24 calr this_label
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-z8k/
H A Dthis-file.s3 .globl this_start, this_label, this_imm4_val
16 call this_label
21 calr this_label
28 this_label: label
H A Dother-file.s8 dbjnz rl0,this_label
19 call this_label
24 calr this_label
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-z8k/
H A Dthis-file.s3 .globl this_start, this_label, this_imm4_val
16 call this_label
21 calr this_label
28 this_label: label
H A Dother-file.s8 dbjnz rl0,this_label
19 call this_label
24 calr this_label
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-z8k/
H A Dthis-file.s3 .globl this_start, this_label, this_imm4_val
16 call this_label
21 calr this_label
28 this_label: label
H A Dother-file.s8 dbjnz rl0,this_label
19 call this_label
24 calr this_label
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-z8k/
H A Dthis-file.s3 .globl this_start, this_label, this_imm4_val
16 call this_label
21 calr this_label
28 this_label: label
H A Dother-file.s8 dbjnz rl0,this_label
19 call this_label
24 calr this_label
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/gpy_plot/
H A Dplot_util.py165 this_label = unicode(ul)
168 this_label = ul
170 this_label = 'class {!s}'.format(ul)
172 this_label = ul
192 yield x, y, z, this_label, index, m

1234567