Home
last modified time | relevance | path

Searched refs:chtab (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c101 short chtab[NCH]; /* index of character in chname */ variable
168 chtab[dev.nchtab++] = p - chname; in main()
173 chtab[dev.nchtab++] = 0; /* terminate properly */ in main()
185 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main()
199 + dev.nchtab * sizeof(chtab[0]) in main()
275 if (strcmp(&chname[chtab[i]], ch) == 0) {
H A Dt10.c52 short *chtab; variable
129 chtab = pstab + nsizes + 1; in ptinit()
130 chname = (char *) (chtab + dev.nchtab); in ptinit()
226 if (strcmp(s, &chname[chtab[i]]) == 0)
416 fdprintf(ptid, "%s\n", &chname[chtab[k - 128]]);
485 fdprintf(ptid, "C%s\n", &chname[chtab[k - 128]]);
496 fdprintf(ptid, "C%s\n", &chname[chtab[k - 128]]);
H A Dt6.c260 extern short *chtab; in setch()
268 if (strcmp(&chname[chtab[j]], temp) == 0) in setch()
H A Dta.c116 short *chtab; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c101 short chtab[NCH]; /* index of character in chname */ variable
176 chtab[dev.nchtab++] = pchname; in main()
182 chtab[dev.nchtab++] = 0; /* terminate properly */ in main()
194 write(fdout, chtab, dev.nchtab * sizeof(chtab[0])); in main()
208 + dev.nchtab * sizeof(chtab[0]) in main()
284 if (strcmp(&chname[chtab[i]], ch) == 0) { in dofont()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h220 struct chtab *ch_list; /* pointer to free client handle(s) */
228 typedef struct chtab { struct
229 struct chtab *ch_list; /* next free client handle */ argument
633 struct chtab **);
634 extern void clfree(CLIENT *, struct chtab *);
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c192 oput(chname[chtab[j-128]]);
193 oput(chname[chtab[j-128]+1]);
H A Dext.h68 extern short *chtab;
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c69 short *chtab = xchtab; variable
172 chtab[i] = cp - chname; /* index, not pointer */ in ptinit()
321 for (i = 0; chtab[i] != 0; i++)
322 if (strcmp(s, &chname[chtab[i]]) == 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c354 short *chtab; /* used to locate character names */ variable
1375 chtab = pstab + nsizes + 1; in fontinit()
1376 chname = (char *) (chtab + nchtab); in fontinit()
2253 if ( strcmp(s, &chname[chtab[i]]) != 0 ) in put1s()
2255 if ( strcmp(&chname[chtab[i]], s) == 0 ) in put1s()
2699 } else name = &chname[chtab[lastc - 128]]; in charlib()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c234 struct chtab **);
235 void clfree(CLIENT *, struct chtab *);
237 struct chtab **, struct nfs_clnt *);
314 struct chtab *cp; in clget_impl()
472 struct chtab **chp) in clget()
630 clfree(CLIENT *cl, struct chtab *cp) in clfree()
647 struct chtab *cpe; in clreclaim_zone()
648 struct chtab *cpl; in clreclaim_zone()
649 struct chtab **cpp; in clreclaim_zone()
940 struct chtab *ch; in rfscall()
[all …]
H A Dnfs4_subr.c825 struct chtab **chp, struct nfs4_clnt *nfscl) in clget4()
829 struct chtab *cp; in clget4()
993 struct chtab **chp, struct nfs4_clnt *nfscl) in nfs_clget4()
1061 clfree4(CLIENT *cl, struct chtab *cp, struct nfs4_clnt *nfscl) in clfree4()
1091 struct chtab *cp; /* list of objects that can be reclaimed */ in clreclaim4_zone()
1092 struct chtab *cpe; in clreclaim4_zone()
1093 struct chtab *cpl; in clreclaim4_zone()
1094 struct chtab **cpp; in clreclaim4_zone()
1217 struct chtab *ch; in nfs4_rfscall()
2840 sizeof (struct chtab), 0, NULL, NULL, clreclaim4, NULL, in nfs4_subr_init()