Lines Matching refs:tchar

28 tchar	**alvec;
39 tchar *word(void);
40 tchar getC1(int);
41 tchar *subword(tchar *, int, bool *);
43 void addla(tchar *);
44 void getexcl(tchar);
45 void noev(tchar *);
46 void setexclp(tchar *);
47 void unreadc(tchar);
50 struct Hist *findev(tchar *, bool);
71 tchar peekc, peekd;
72 tchar peekread;
74 tchar *exclp; /* (Tail of) current word from ! subst */
77 tchar *alvecp; /* "Globp" for alias resubstitution */
88 tchar getCtmp;
196 tchar *
199 tchar c, c1; in word()
200 tchar *wp; in word()
201 tchar wbuf[BUFSIZ]; in word()
320 tchar
323 tchar c; in getC1()
382 tchar *np, *p; in getdol()
383 tchar name[MAX_VREF_LEN]; in getdol()
486 addla(tchar *cp) in addla()
488 tchar *buf; in addla()
489 static tchar *labuf = NULL; in addla()
497 buf = xalloc((len+1) * sizeof (tchar)); in addla()
503 labuf = xrealloc(labuf, (len+5) * sizeof (tchar)); in addla()
512 tchar lhsb[256];
513 tchar slhs[256];
514 tchar rhsb[512];
518 getexcl(tchar sc) in getexcl()
600 tchar *cp; in getsub()
605 tchar orhsb[(sizeof rhsb)/(sizeof rhsb[0])]; in getsub()
758 tchar *
759 subword(tchar *cp, int type, bool *adid) in subword()
761 tchar wbuf[BUFSIZ]; in subword()
762 tchar *wp, *mp, *np; in subword()
827 tchar *
828 domod(tchar *cp, int type) in domod()
830 tchar *wp, *xp; in domod()
876 matchs(tchar *str, tchar *pat) in matchs()
978 tchar *np; in gethent()
1090 findev(tchar *cp, bool anyarg) in findev()
1098 tchar *dp; in findev()
1099 tchar *p, *q; in findev()
1134 noev(tchar *cp) in noev()
1144 setexclp(tchar *cp) in setexclp()
1156 unreadc(tchar c) in unreadc()
1199 if (evalvec == (tchar **)1) { in readc()
1207 evalvec = (tchar **)1; in readc()
1211 if (arginp == (tchar *) 1 || onelflg == 1) { in readc()
1218 arginp = (tchar *) 1; in readc()
1272 tchar **nfbuf = in expand_fbuf()
1273 (tchar **)xcalloc((unsigned)(fblocks + 2), sizeof (tchar **)); in expand_fbuf()
1280 fbuf[fblocks] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, in expand_fbuf()
1281 sizeof (tchar)); in expand_fbuf()
1290 tchar ttyline[BUFSIZ + MB_LEN_MAX]; /* read_() can return extra bytes */
1334 roomleft * sizeof (tchar));
1336 (c - roomleft) * sizeof (tchar));
1339 c * sizeof (tchar));
1347 (c - roomleft) * sizeof (tchar));
1447 fbuf = (tchar **)xcalloc(2, sizeof (tchar **));
1449 fbuf[0] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, sizeof (tchar));