Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 9 of 9) sorted by relevance

/trunk/main/soltools/cpp/
H A Dcpp.h38 typedef unsigned char uchar; typedef
78 uchar *t;
95 uchar *inb; /* input buffer */
96 uchar *inp; /* input pointer */
97 uchar *inl; /* end of input */
108 uchar *name;
114 uchar *loc; /* location of definition */
233 uchar *newstring(uchar *, int, int);
H A D_tokens.c72 memcpy_EBCDIC( char * pwbuf, uchar *p, int len ) in memcpy_EBCDIC()
273 uchar *tt; in makespace()
397 tp->t[tp->len] = (uchar) c; in peektokens()
410 uchar *p; in puttokens()
432 uchar* np = ntp->t - ntp->wslen; in puttokens()
549 uchar *
550 newstring(uchar * s, int l, int o) in newstring()
552 uchar *ns = (uchar *) domalloc(l + o + 1); in newstring()
555 return (uchar *) strncpy((char *) ns + o, (char *) s, l) - o; in newstring()
H A D_include.c137 … setsource((char *) newstring((uchar *) iname, strlen(iname), 0), i, fd, NULL, (i >= 0) ? 1 : 0); in doinclude()
161 uchar *p; in genline()
163 ta.t = p = (uchar *) outptr; in genline()
166 p = (uchar *) outnum((char *) p, cursource->line); in genline()
193 uchar *p; in genimport()
195 ta.t = p = (uchar *) outptr; in genimport()
235 uchar *p; in genwrap()
239 ta.t = p = (uchar *) outptr; in genwrap()
H A D_nlist.c84 static Token deftoken[1] = {{NAME, 0, 0, 7, (uchar *) "defined", 0}}; in setup_kwtab()
89 t.t = (uchar *) kp->kw; in setup_kwtab()
109 uchar *cp, *cpe; in lookup()
H A D_macro.c50 static uchar location[(PATH_MAX + 8) * NINC], *cp; in dodefine()
175 static uchar onestr[2] = "1"; in doadefine()
677 uchar s[STRLEN]; in stringify()
678 uchar *sp = s, *cp; in stringify()
774 tp->t = (uchar *) outptr; in builtin()
H A D_unix.c198 dp = (char *) newstring((uchar *) argv[optind], len + 1, 0); in setup()
201 fp = (char *) newstring((uchar *) argv[optind], strlen(argv[optind]), 0); in setup()
H A D_lex.c76 uchar ch[4]; /* and see one of these characters */
343 register uchar *ip; in gettokens()
556 uchar c; in trigraph()
H A D_cpp.c34 struct token nltoken = {NL, 0, 0, 1, (uchar *) "\n", 0};
H A D_eval.c627 uchar *p, c; in tokval()

Completed in 39 milliseconds