Searched refs:pchr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_cvec.c80 ^ static VOID addchr(struct cvec *, pchr);
85 pchr c) /* character to add */
93 ^ static VOID addrange(struct cvec *, pchr, pchr);
98 pchr from, /* first character of range */
99 pchr to) /* last character of range */
H A Dregcustom.h94 typedef int pchr; /* What it promotes to. */ typedef
H A Dregcomp.c56 static void onechr(struct vars *, pchr, struct state *, struct state *);
83 static int brenext(struct vars *, pchr);
89 static chr chrnamed(struct vars *, const chr *, const chr *, pchr);
94 static color setcolor(struct colormap *, pchr, pcolor);
99 static color subcolor(struct colormap *, pchr c);
101 static void subrange(struct vars *, pchr, pchr, struct state *, struct state *);
102 static void subblock(struct vars *, pchr, struct state *, struct state *);
111 static void dumpchr(pchr, FILE *);
168 static void addchr(struct cvec *, pchr);
[all...]
H A Dregc_color.c156 ^ static color setcolor(struct colormap *, pchr, pcolor);
161 pchr c,
377 ^ static color subcolor(struct colormap *, pchr c);
382 pchr c)
436 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
442 pchr from,
443 pchr to,
485 ^ static VOID subblock(struct vars *, pchr, struct state *, struct state *);
490 pchr star
[all...]
H A Dregc_locale.c1011 ^ static struct cvec *allcases(struct vars *, pchr);
1016 pchr pc) /* character to get case equivs of */
H A Dregc_lex.c977 ^ static int brenext(struct vars *, pchr);
982 pchr pc)
1161 ^ static chr chrnamed(struct vars *, const chr *, const chr *, pchr);
1168 pchr lastresort) /* what to return if name lookup fails */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_cvec.c88 ^ static VOID addchr(struct cvec *, pchr);
93 pchr c; /* character to add */
101 ^ static VOID addrange(struct cvec *, pchr, pchr);
106 pchr from; /* first character of range */
107 pchr to; /* last character of range */
149 ^ static int haschr(struct cvec *, pchr);
154 pchr c; /* character to test for */
H A Dregcustom.h88 typedef int pchr; /* what it promotes to */ typedef
H A Dregcomp.c57 static VOID onechr _ANSI_ARGS_((struct vars *, pchr, struct state *, struct state *));
59 static celt nextleader _ANSI_ARGS_((struct vars *, pchr, pchr));
85 static int brenext _ANSI_ARGS_((struct vars *, pchr));
91 static chr chrnamed _ANSI_ARGS_((struct vars *, chr *, chr *, pchr));
96 static color setcolor _ANSI_ARGS_((struct colormap *, pchr, pcolor));
101 static color subcolor _ANSI_ARGS_((struct colormap *, pchr c));
103 static VOID subrange _ANSI_ARGS_((struct vars *, pchr, pchr, struct state *, struct state *));
104 static VOID subblock _ANSI_ARGS_((struct vars *, pchr, struc
[all...]
H A Dregc_color.c144 ^ static color setcolor(struct colormap *, pchr, pcolor);
149 pchr c;
346 ^ static color subcolor(struct colormap *, pchr c);
351 pchr c;
400 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
406 pchr from;
407 pchr to;
435 ^ static VOID subblock(struct vars *, pchr, struct state *, struct state *);
440 pchr star
[all...]
H A Dregc_locale.c926 ^ static struct cvec *allcases(struct vars *, pchr);
931 pchr pc; /* character to get case equivs of */
H A Dregc_lex.c865 ^ static int brenext(struct vars *, pchr);
870 pchr pc;
1034 ^ static chr chrnamed(struct vars *, chr *, chr *, pchr);
1041 pchr lastresort; /* what to return if name lookup fails */

Completed in 115 milliseconds