Searched defs:yycgid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c36 * character group id. A function yycgid(c) maps the character c (in process
74 int ncg; /* Should set to ncgidtbl*2; this is the largest value yycgid() */
168 * int yycgid(wchar_t c)
182 * For given c, yycgid(c) returns:
190 * 1. For any c, 0 <= yycgid(c) <= 2*YYNCGIDTBL-1
191 * 2. yycgid(c) == 0 iff c == 0.
193 * yycgid(c) <= yycgid(d).
194 * 4. For any wchar_t c and d, if yycgid(c) < yycgid(
200 yycgid(wchar_t c) function
[all...]

Completed in 43 milliseconds