/titanic_44/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 663 dup = n->norm->Bl.comp; in pre_bl() 670 dup = (NULL != n->norm->Bl.width); in pre_bl() 679 dup = (NULL != n->norm->Bl.offs); in pre_bl() 694 n->norm->Bl.comp = comp; in pre_bl() 696 n->norm->Bl.offs = offs; in pre_bl() 698 n->norm->Bl.width = width; in pre_bl() 702 if (LIST__NONE != lt && n->norm->Bl.type != LIST__NONE) in pre_bl() 707 if (LIST__NONE != lt && n->norm->Bl.type == LIST__NONE) { in pre_bl() 708 n->norm->Bl.type = lt; in pre_bl() 711 n->norm->Bl.ncols = in pre_bl() [all …]
|
H A D | mdoc_man.c | 686 n->parent->norm->Rs.quote_T) { in pre__t() 700 n->parent->norm->Rs.quote_T) { in post__t() 787 switch (n->norm->An.auth) { in pre_an() 822 if (DISP_unfilled == n->norm->Bd.type || in pre_bd() 823 DISP_literal == n->norm->Bd.type) in pre_bd() 825 if (0 == n->norm->Bd.comp && NULL != n->parent->prev) in pre_bd() 827 print_offs(n->norm->Bd.offs); in pre_bd() 837 if (DISP_unfilled == n->norm->Bd.type || in post_bd() 838 DISP_literal == n->norm->Bd.type) in post_bd() 858 switch (n->norm->Bf.font) { in pre_bf() [all …]
|
H A D | mdoc_term.c | 578 if (MDOC_Bd == bl->tok && bl->norm->Bd.comp) in print_bvspace() 580 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace() 599 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace() 605 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace() 632 type = bl->norm->Bl.type; in termp_it_pre() 642 if (bl->norm->Bl.offs) in termp_it_pre() 643 offset = a2offs(p, bl->norm->Bl.offs); in termp_it_pre() 659 ncols = bl->norm->Bl.ncols; in termp_it_pre() 674 (p, bl->norm->Bl.cols[i]); in termp_it_pre() 689 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre() [all …]
|
H A D | mdoc_html.c | 874 type = bl->norm->Bl.type; in mdoc_it_pre() 902 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre() 927 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre() 941 if (NULL == bl->norm->Bl.width) { in mdoc_it_pre() 945 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre() 951 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre() 982 if (LIST_column == n->norm->Bl.type) in mdoc_bl_pre() 988 if (LIST_column != n->norm->Bl.type) in mdoc_bl_pre() 998 for (i = 0; i < (int)n->norm->Bl.ncols; i++) { in mdoc_bl_pre() 1000 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre() [all …]
|
H A D | mdoc.c | 382 p->norm = p->parent->norm; in node_append() 505 p->norm = body->norm; in mdoc_endbody_alloc() 533 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc() 559 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc() 609 free(p->norm); in mdoc_node_free() 760 LIST_column == n->norm->Bl.type) { in mdoc_ptext() 769 LIST_column == n->parent->norm->Bl.type) { in mdoc_ptext() 936 LIST_column == n->norm->Bl.type) { in mdoc_pmacro() 952 LIST_column == n->parent->norm->Bl.type) { in mdoc_pmacro()
|
H A D | mdoc.h | 366 union mdoc_data *norm; /* normalised args */ member
|
H A D | mdoc_argv.c | 437 if (LIST_column == n->norm->Bl.type) { in mdoc_args()
|
H A D | mdoc_macro.c | 1090 LIST_diag == mdoc->last->parent->norm->Bl.type; in blk_full() 1819 if (NULL == n || LIST_column != n->norm->Bl.type) { in phrase_ta()
|
/titanic_44/usr/src/cmd/msgfmt/ |
H A D | gnu_check.c | 40 extract_format(char *norm, const char *sfmt, size_t sz) in extract_format() argument 103 (norm[ap * 2] && in extract_format() 104 norm[ap * 2] != '*')) { in extract_format() 110 norm[ap * 2] = '*'; in extract_format() 129 (norm[ap * 2] && in extract_format() 130 norm[ap * 2] != '*')) { in extract_format() 136 norm[ap * 2] = '*'; in extract_format() 256 (norm[arg * 2] && in extract_format() 257 (norm[arg * 2] != conv))) { in extract_format() 262 norm[arg * 2] = conv; in extract_format() [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 259 extract_format(const char *fmt, char *norm, size_t sz, int strict) in extract_format() argument 271 (void) memset(norm, '\0', sz); in extract_format() 331 STORE(norm, sz, argp, '*'); in extract_format() 351 STORE(norm, sz, argp, '*'); in extract_format() 461 STORE(norm, sz, arg, conv); in extract_format() 462 norm[arg*FORMAT_SIZE + 1] = flag; in extract_format() 467 printf("%c(%d)", norm[t], norm[t+1]); in extract_format() 474 if (norm[arg*FORMAT_SIZE] == '\0') in extract_format()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ppmio.h | 99 int norm; /* normal level */ member 125 int32_t norm; /* normal level */ member
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 182 goto norm; in fnmatch1() 203 norm: in fnmatch1()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | names.c | 56 static char *norm(register char *user, register char *ubuf, 490 norm(register char *user, register char *ubuf, int nbangs) in norm() function 548 user = norm(user, ubuf, nbangs); in samebody() 549 addr = norm(addr, abuf, nbangs); in samebody()
|
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 50 %start norm comment 161 BEGIN norm; variable
|
/titanic_44/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 679 STRUCT_DECL(ppm_norm, norm); in ppm_ioctl() 686 STRUCT_INIT(norm, mode); in ppm_ioctl() 687 ret = ddi_copyin((caddr_t)arg, STRUCT_BUF(norm), in ppm_ioctl() 688 STRUCT_SIZE(norm), mode); in ppm_ioctl() 695 STRUCT_FGETP(norm, path), path, MAXPATHLEN, NULL); in ppm_ioctl() 713 level = STRUCT_FGET(norm, norm); in ppm_ioctl() 728 STRUCT_FSET(norm, norm, level); in ppm_ioctl() 729 ret = ddi_copyout(STRUCT_BUF(norm), (caddr_t)arg, in ppm_ioctl() 730 STRUCT_SIZE(norm), mode); in ppm_ioctl()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 118 goto norm; in ip_cksum() 171 norm: in ip_cksum()
|
H A D | sunpm.c | 3397 e_pm_default_levels(dev_info_t *dip, pm_component_t *cp, int norm) in e_pm_default_levels() argument 3403 pmc->pmc_lvals[1] = norm; in e_pm_default_levels() 3404 e_pm_set_cur_pwr(dip, cp, norm); in e_pm_default_levels() 3439 int cmpts, i, norm, error; in pm_premanage() local 3486 norm = pm_get_normal_power(dip, i); in pm_premanage() 3487 if (norm == (uint_t)-1) { in pm_premanage() 3497 e_pm_default_levels(dip, PM_CP(dip, i), norm); in pm_premanage() 7819 int norm; in pm_cfb_powerup() local 7836 norm = pm_get_normal_power(cfb_dip, ci); in pm_cfb_powerup() 7837 (void) pm_set_power(cfb_dip, ci, norm, PM_LEVEL_UPONLY, in pm_cfb_powerup()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 158 char norm[ZAP_MAXNAMELEN]; in zap_match() local 160 if (zap_normalize(zn->zn_zap, matchname, norm) != 0) in zap_match() 163 return (strcmp(zn->zn_key_norm, norm) == 0); in zap_match()
|
H A D | zfs_ioctl.c | 3082 uint64_t norm = ZFS_PROP_UNDEFINED; in zfs_fill_zplprops_impl() local 3094 zfs_prop_to_name(ZFS_PROP_NORMALIZE), &norm); in zfs_fill_zplprops_impl() 3117 (norm != ZFS_PROP_UNDEFINED || u8 != ZFS_PROP_UNDEFINED || in zfs_fill_zplprops_impl() 3127 if (norm == ZFS_PROP_UNDEFINED) in zfs_fill_zplprops_impl() 3128 VERIFY(zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &norm) == 0); in zfs_fill_zplprops_impl() 3130 zfs_prop_to_name(ZFS_PROP_NORMALIZE), norm) == 0); in zfs_fill_zplprops_impl() 3135 if (norm) in zfs_fill_zplprops_impl()
|
H A D | zfs_znode.c | 1738 uint64_t norm = 0; in zfs_create_fs() local 1782 norm = val; in zfs_create_fs() 1836 zfsvfs->z_norm = norm; in zfs_create_fs()
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpi.c | 3435 mp_digit norm; in s_mp_div_d() local 3442 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); in s_mp_div_d() 3443 if (norm) in s_mp_div_d() 3444 d <<= norm; in s_mp_div_d() 3466 if (norm) in s_mp_div_d() 3467 w >>= norm; in s_mp_div_d()
|
/titanic_44/usr/src/lib/libm/sparc/src/ |
H A D | locallibm.il | 1144 bge 1f ! branch if x norm or max __exp 1162 bge 1f ! branch if x norm or max __exp 1181 bge 1f ! branch if x norm or max __exp
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | maketerm.ed | 459 _cursorstate, /* cursor: 0=invis, 1=norm, 2=vvis */
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 15794 norm
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 15792 norm
|