Lines Matching refs:tchar
35 tchar *Dcp, **Dvp; /* Input vector for Dreadc */
49 tchar *dolp; /* Remaining chars from this word */
50 tchar **dolnxt; /* Further words */
52 tchar dolmod; /* : modifier character */
55 void Dfix2(tchar **);
57 void setDolp(tchar *);
67 tchar **pp; in Dfix()
68 tchar *p; in Dfix()
90 tchar *
91 Dfix1(tchar *cp) in Dfix1()
93 tchar *Dv[2]; in Dfix1()
115 Dfix2(tchar **v) in Dfix2()
117 tchar *agargv[GAVSIZ]; in Dfix2()
141 static tchar *wbuf = NULL; in Dword()
150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \ in Dword()
158 wbuf = xalloc((wbufsiz+1) * sizeof (tchar)); in Dword()
196 error("Unmatched %c", (tchar) c1); in Dword()
327 tchar *nulvec[] = { 0 };
337 tchar *np; in Dgetdol()
339 tchar name[MAX_VREF_LEN]; in Dgetdol()
343 tchar wbuf[BUFSIZ + MB_LEN_MAX]; /* read_ may return extra bytes */ in Dgetdol()
537 tchar *cp = putn(upb - lwb + 1); in Dgetdol()
567 setDolp(tchar *cp) in setDolp()
569 tchar *dp; in setDolp()
628 heredoc(tchar *term) in heredoc()
631 tchar *Dv[2]; in heredoc()
632 tchar obuf[BUFSIZ], lbuf[BUFSIZ], mbuf[BUFSIZ]; in heredoc()
634 tchar *lbp, *obp, *mbp; in heredoc()
635 tchar **vp; in heredoc()
637 tchar shtemp[] = {'/', 't', 'm', 'p', '/', 's', 'h', 'X', 'X', 'X', in heredoc()