Lines Matching refs:wchar_t

41 static void def(wchar_t **, int, int);
42 static void dump(wchar_t *, wchar_t *);
43 static void incl(wchar_t **, int, int);
44 static int leftmatch(wchar_t *, wchar_t *);
47 dochcom(wchar_t **ap, int c) in dochcom()
49 wchar_t *l = arg(1); in dochcom()
50 wchar_t *r = arg(2); in dochcom()
60 docq(wchar_t **ap, int c) in docq()
62 wchar_t *l = arg(1); in docq()
63 wchar_t *r = arg(2); in docq()
81 dodecr(wchar_t **ap, int c) in dodecr()
87 dodef(wchar_t **ap, int c) in dodef()
93 def(wchar_t **ap, int c, int mode) in def()
95 wchar_t *s; in def()
116 dodefn(wchar_t **ap, int c) in dodefn()
118 wchar_t *d; in dodefn()
130 dodiv(wchar_t **ap, int c) in dodiv()
149 dodivnum(wchar_t **ap, int c) in dodivnum()
156 dodnl(wchar_t **ap, int c) in dodnl()
158 wchar_t t; in dodnl()
165 dodump(wchar_t **ap, int c) in dodump()
183 dump(wchar_t *name, wchar_t *defnn) in dump()
185 wchar_t *s = defnn; in dump()
211 doerrp(wchar_t **ap, int c) in doerrp()
220 wchar_t *pe; /* used by grammar */
223 doeval(wchar_t **ap, int c) in doeval()
245 doexit(wchar_t **ap, int c) in doexit()
251 doif(wchar_t **ap, int c) in doif()
268 doifdef(wchar_t **ap, int c) in doifdef()
287 doincl(wchar_t **ap, int c) in doincl()
293 incl(wchar_t **ap, int c, int noisy) in incl()
312 doincr(wchar_t **ap, int c) in doincr()
318 doindex(wchar_t **ap, int c) in doindex()
320 wchar_t *subj = arg(1); in doindex()
321 wchar_t *obj = arg(2); in doindex()
334 leftmatch(wchar_t *str, wchar_t *substr) in leftmatch()
344 dolen(wchar_t **ap, int c) in dolen()
350 domake(wchar_t **ap, int c) in domake()
363 dopopdef(wchar_t **ap, int c) in dopopdef()
372 dopushdef(wchar_t **ap, int c) in dopushdef()
378 doshift(wchar_t **ap, int c) in doshift()
396 dosincl(wchar_t **ap, int c) in dosincl()
402 dosubstr(wchar_t **ap, int c) in dosubstr()
404 wchar_t *str; in dosubstr()
422 dosyscmd(wchar_t **ap, int c) in dosyscmd()
433 dosysval(wchar_t **ap, int c) in dosysval()
441 dotransl(wchar_t **ap, int c) in dotransl()
443 wchar_t *sink, *fr, *sto; in dotransl()
444 wchar_t *source, *to; in dotransl()
454 wchar_t *i; in dotransl()
473 dotroff(wchar_t **ap, int c) in dotroff()
485 dotron(wchar_t **ap, int c) in dotron()
497 doundef(wchar_t **ap, int c) in doundef()
507 undef(wchar_t *nam) in undef()
529 doundiv(wchar_t **ap, int c) in doundiv()
547 dowrap(wchar_t **ap, int c) in dowrap()
549 wchar_t *a = arg(1); in dowrap()