Searched refs:last_kw (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.h39 extern int last_kw;
H A Dscanner.c56 int last_kw = 0; variable
119 last_kw = 0;
381 last_kw = symwords[i].id;
382 return (last_kw);
417 * last_kw field.
430 last_kw = keywords[i].id;
433 if (last_kw == T_END) {
439 if (categories[j] != last_kw)
441 category = last_kw;
/illumos-gate/usr/src/cmd/localedef/
H A Dtime.c50 switch (last_kw) {
106 switch (last_kw) {
142 switch (last_kw) {
171 errf(_("too few items in list (%d)"), last_kw);
178 switch (last_kw) {
H A Dmessages.c51 switch (last_kw) {
H A Dnumeric.c50 switch (last_kw) {
H A Dscanner.c64 int last_kw = 0; variable
529 last_kw = symwords[i].id;
530 return (last_kw);
582 * last_kw field.
595 last_kw = keywords[i].id;
598 if (last_kw == T_END) {
604 if (categories[j] != last_kw)
606 category = last_kw;
H A Dmonetary.c49 switch (last_kw) {
86 switch (last_kw) {
H A Dlocaledef.h32 extern int last_kw;
H A Dctype.c75 switch (last_kw) {
243 switch (last_kw) {

Completed in 116 milliseconds