Home
last modified time | relevance | path

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

/freebsd/bin/stty/
H A Dcchar.c49 struct cchar cchars1[] = {
72 struct cchar cchars2[] = {
83 return (strcmp(((const struct cchar *)a)->name, ((const struct cchar *)b)->name)); in c_cchar()
89 struct cchar *cp, tmp; in csearch()
96 if (!(cp = (struct cchar *)bsearch(&tmp, cchars1, in csearch()
97 sizeof(cchars1)/sizeof(struct cchar) - 1, sizeof(struct cchar), in csearch()
98 c_cchar)) && !(cp = (struct cchar *)bsearch(&tmp, cchars2, in csearch()
99 sizeof(cchars2)/sizeof(struct cchar) - 1, sizeof(struct cchar), in csearch()
H A Dprint.c41 static const char *ccval(struct cchar *, int);
46 struct cchar *p; in print()
251 ccval(struct cchar *p, int c) in ccval()
H A Dgfmt.c54 struct cchar *cp; in gprint()
68 struct cchar *cp; in gread()
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
H A Dstty.h44 struct cchar { struct
H A Dextern.h42 extern struct cchar cchars1[], cchars2[];
/freebsd/usr.bin/hexdump/
H A Dconv.c136 *pr->cchar = 'c'; in conv_c()
139 *pr->cchar = 'C'; in conv_c()
152 strpr: *pr->cchar = 's'; in conv_c()
169 *pr->cchar = 's'; in conv_u()
175 *pr->cchar = 's'; in conv_u()
178 *pr->cchar = 's'; in conv_u()
181 *pr->cchar = 'c'; in conv_u()
184 *pr->cchar = 'x'; in conv_u()
H A Dhexdump.h49 char *cchar; /* conversion character */ member
H A Ddisplay.c220 pr->cchar[0] = 's'; in bpad()
221 pr->cchar[1] = '\0'; in bpad()
H A Dparse.c400 pr->cchar = pr->fmt + (p1 - fmtp); in rewrite()
/freebsd/sys/teken/
H A Dgensequences34 function cchar(str) {
121 print "\tcase '" cchar(l_cmd_suffix[c]) "': /* " l_cmd_abbr[c] ": " l_cmd_name[c] " */";
143 print "\tcase '" cchar(l_prefix_suffix[pc]) "':";