Home
last modified time | relevance | path

Searched refs:cchar (Results 1 – 14 of 14) sorted by relevance

/openbsd/bin/stty/
H A Dcchar.c53 const struct cchar cchars1[] = {
75 const struct cchar cchars2[] = {
85 return (strcmp(((struct cchar *)a)->name, ((struct cchar *)b)->name)); in c_cchar()
91 struct cchar *cp, tmp; in csearch()
98 if (!(cp = (struct cchar *)bsearch(&tmp, cchars1, in csearch()
99 sizeof(cchars1)/sizeof(struct cchar) - 1, sizeof(struct cchar), in csearch()
100 c_cchar)) && !(cp = (struct cchar *)bsearch(&tmp, cchars2, in csearch()
101 sizeof(cchars2)/sizeof(struct cchar) - 1, sizeof(struct cchar), in csearch()
H A Dgfmt.c55 const struct cchar *cp; in gprint()
67 const struct cchar *cp; in gread()
H A Dprint.c45 static char *ccval(const struct cchar *, int);
50 const struct cchar *p; in print()
234 ccval(const struct cchar *p, int c) in ccval()
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
H A Dstty.h46 struct cchar { struct
H A Dextern.h49 extern const struct cchar cchars1[], cchars2[];
/openbsd/usr.bin/hexdump/
H A Dconv.c80 *pr->cchar = 'c'; in conv_c()
85 strpr: *pr->cchar = 's'; in conv_c()
102 *pr->cchar = 's'; in conv_u()
108 *pr->cchar = 's'; in conv_u()
111 *pr->cchar = 's'; in conv_u()
114 *pr->cchar = 'c'; in conv_u()
117 *pr->cchar = 'x'; in conv_u()
H A Dhexdump.h50 char *cchar; /* conversion character */ member
H A Ddisplay.c213 pr->cchar[0] = 's'; in bpad()
214 pr->cchar[1] = '\0'; in bpad()
H A Dparse.c407 pr->cchar = pr->fmt + (p1 - fmtp); in rewrite()
/openbsd/usr.bin/mg/
H A Dutil.c47 long nchar, cchar; in showcpos() local
55 cchar = 0; in showcpos()
67 cchar = nchar + curwp->w_doto; in showcpos()
96 ratio = nchar ? (100L * cchar) / nchar : 100; in showcpos()
99 cbyte, cbyte, cchar, ratio, cline, row, getcolpos(curwp), in showcpos()
/openbsd/distrib/special/stty/
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Db.t303 is(B::cchar($test), "'${expect}'", "B::cchar(qq{$expect})");
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs325 cchar(pTHX_ SV *sv) in cchar() function
785 cchar = 2
787 PUSHs(ix == 2 ? cchar(aTHX_ sv) : cstring(aTHX_ sv, (bool)ix));