| /openbsd-src/usr.bin/mandoc/ |
| H A D | mdoc_man.c | 820 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in pre__t() 832 if (n->parent->tok == MDOC_Rs && n->parent->norm->Rs.quote_T) { in post__t() 916 switch (n->norm->An.auth) { in pre_an() 968 if (n->norm->Bd.type == DISP_unfilled || in pre_bd() 969 n->norm->Bd.type == DISP_literal) in pre_bd() 971 if (n->norm->Bd.comp == 0 && roff_node_prev(n->parent) != NULL) in pre_bd() 973 print_offs(n->norm->Bd.offs, 1); 986 now = n->norm->Bd.type == DISP_unfilled || in post_bd() 987 n->norm->Bd.type == DISP_literal ? ROFF_nf : ROFF_fi; in post_bd() 1019 switch (n->norm in pre_bf() [all...] |
| H A D | mdoc_markdown.c | 861 switch (n->norm->An.auth) { in md_pre_An() 892 switch (n->norm->Bd.type) { in md_pre_Bd() 925 n->norm->Bl.count = 0; in md_pre_Bl() 926 if (n->norm->Bl.type == LIST_column) in md_pre_Bl() 935 n->norm->Bl.count = 0; in md_post_Bl() 936 if (n->norm->Bl.type == LIST_column) in md_post_Bl() 991 if (n->norm->Es == NULL || in md_pre_En() 992 n->norm->Es->child == NULL) in md_pre_En() 995 md_word(n->norm->Es->child->string); in md_pre_En() 1003 if (n->norm in md_post_En() [all...] |
| H A D | mdoc_term.c | 583 if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) || in print_bvspace() 584 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace() 599 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace() 611 (bl->norm->Bl.type != LIST_column && in print_bvspace() 612 (bl->norm->Bl.type != LIST_diag || in print_bvspace() 636 type = bl->norm->Bl.type; in termp_it_pre() 668 if (bl->norm->Bl.offs != NULL) { in termp_it_pre() 669 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre() 690 ncols = bl->norm->Bl.ncols; in termp_it_pre() 703 su.scale = term_strlen(p, bl->norm->Bl.cols[i]) / in termp_it_pre() [all …]
|
| H A D | mdoc_validate.c | 350 np->parent->parent->norm->Bl.type != LIST_diag)) in mdoc_validate() 645 n->norm->Bl.type = LIST__NONE; in post_bl_norm() 695 if (n->norm->Bl.comp) in post_bl_norm() 698 n->norm->Bl.comp = 1; in post_bl_norm() 705 n->norm->Bl.width = "0n"; in post_bl_norm() 708 if (NULL != n->norm->Bl.width) in post_bl_norm() 713 n->norm->Bl.width = argv->value[0]; in post_bl_norm() 721 if (NULL != n->norm->Bl.offs) in post_bl_norm() 726 n->norm->Bl.offs = argv->value[0]; in post_bl_norm() 737 if (LIST__NONE != n->norm in post_bl_norm() [all...] |
| H A D | mdoc.c | 102 p->norm = body->norm; in mdoc_endbody_alloc() 126 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc() 149 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc() 179 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext() 181 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext() 374 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro() 376 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
|
| H A D | mdoc_html.c | 747 type = bl->norm->Bl.type; in mdoc_it_pre() 832 bl = &n->norm->Bl; in mdoc_bl_pre() 962 comp = n->norm->Bd.comp; in mdoc_bd_pre() 977 if (n->norm->Bd.offs != NULL && in mdoc_bd_pre() 978 strcmp(n->norm->Bd.offs, "left") != 0) in mdoc_bd_pre() 981 if (n->norm->Bd.type == DISP_literal) in mdoc_bd_pre() 1005 if (n->norm->An.auth == AUTH_split) { in mdoc_an_pre() 1010 if (n->norm->An.auth == AUTH_nosplit) { in mdoc_an_pre() 1416 if (FONT_Em == n->norm->Bf.font) in mdoc_bf_pre() 1418 else if (FONT_Sy == n->norm in mdoc_bf_pre() [all...] |
| H A D | mdoc_state.c | 195 n->norm->Bl.type = LIST_diag; in state_bl() 198 n->norm->Bl.type = LIST_column; in state_bl()
|
| /openbsd-src/regress/sys/kern/extent/ |
| H A D | Makefile | 7 CLEANFILES+= extest.c *.tmp *.out *.norm 18 ${.CURDIR}/extest.exp >extest.norm 19 diff -up extest.norm extest.out
|
| /openbsd-src/regress/usr.bin/mandoc/roff/string/ |
| H A D | name.out_ascii | 7 norm: value of norm 8 norm without closing brace:
|
| H A D | name.out_lint | 3 mandoc: name.in:18:29: ERROR: incomplete escape sequence: \*[norm
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/ |
| H A D | Termcap.pm | 48 my ($bold, $undl, $norm, $width); 53 $norm = $term->Tputs('me'); 78 $$self{NORM} = $norm || q{};
|
| /openbsd-src/sys/dev/usb/ |
| H A D | utvfu.c | 80 .norm = V4L2_STD_525_60, 87 .norm = V4L2_STD_PAL, 135 utvfu_configure_for_norm(struct utvfu_softc *sc, v4l2_std_id norm) 141 if (utvfu_norm_params[i].norm & norm) { in utvfu_configure_for_norm() 196 utvfu_select_norm(struct utvfu_softc *sc, v4l2_std_id norm) 235 ret = utvfu_configure_for_norm(sc, norm); in utvfu_select_norm() 238 if (norm & V4L2_STD_525_60) in utvfu_select_norm() 240 else if (norm & V4L2_STD_PAL) in utvfu_select_norm() 329 ret = utvfu_select_norm(sc, utvfu_norm_params[sc->sc_normi].norm); in utvfu_setup_capture() 137 utvfu_configure_for_norm(struct utvfu_softc * sc,v4l2_std_id norm) utvfu_configure_for_norm() argument 198 utvfu_select_norm(struct utvfu_softc * sc,v4l2_std_id norm) utvfu_select_norm() argument 578 utvfu_g_std(void * v,v4l2_std_id * norm) utvfu_g_std() argument 588 utvfu_s_std(void * v,v4l2_std_id norm) utvfu_s_std() argument [all...] |
| H A D | utvfu.h | 84 v4l2_std_id norm; 83 v4l2_std_id norm; global() member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
| H A D | 20000511-2.f | 1 subroutine sgbcon(norm,n,kl,ku,ab,ldab,ipiv,anorm,rcond,work,iwork argument 10 character norm local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 16 : SubtargetFeature<"norm", "Xnorm", "true", 17 "Enable support for norm instruction.">;
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ia64-waw.tbl | 94 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7; IC:pr-unc… 97 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to… 100 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to…
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ia64-waw.tbl | 95 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7; IC:pr-unc… 98 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to… 101 …norm-writers-fp+1, IC:pr-norm-writers-int+1, IC:pr-and-writers+1, IC:mov-to-PR-allreg+7, IC:mov-to…
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
| H A D | Collate.pm | 255 my $norm = $self->{normalization}; 257 Unicode::Normalize::normalize($norm, shift); 260 $@ and croak "$PACKAGE unknown normalization form name: $norm"; 481 my $norm = $self->{normCode}; 484 $str = &$norm($str) if ref $norm;
|
| /openbsd-src/games/mille/ |
| H A D | comp.c | 73 goto norm; in calcmove() 79 goto norm; in calcmove() 85 goto norm; in calcmove() 88 norm: in calcmove()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | nonchar.t | 59 for my $norm (undef, 'NFD') { 60 if (defined $norm) { 71 normalization => $norm,
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
| H A D | complex_value.cc | 50 double d9 = norm(c); in test01()
|
| /openbsd-src/usr.bin/ctags/ |
| H A D | C.c | 574 goto norm; in skip_key() 579 norm: in skip_key()
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | bench.pl | 465 norm => 0, 492 'norm=s' => \$OPTS{norm}, 1082 $OPTS{norm} = select_a_perl($OPTS{norm}, $perls, "--norm"); 1428 my $perl_norm = $perls->[$OPTS{norm}][1]; # the label of the reference perl
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | cvsbug.in | 177 -L | --list) FORMAT=norm ;; 241 norm) l=`echo "$CATEGORIES" | \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gccbug.in | 182 -L | --list) FORMAT=norm ;; 209 norm) l=`echo "$CATEGORIES" | \
|