Home
last modified time | relevance | path

Searched refs:last_kw (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/localedef/
HDtime.c64 switch (last_kw) { in add_time_str()
120 switch (last_kw) { in add_time_list()
156 switch (last_kw) { in check_time_list()
185 fprintf(stderr,"too few items in list (%d)", last_kw); in check_time_list()
195 switch (last_kw) { in reset_time_list()
HDscanner.c80 int last_kw = 0; variable
550 last_kw = symwords[i].id; in get_symbol()
551 return (last_kw); in get_symbol()
616 last_kw = keywords[i].id; in consume_token()
619 if (last_kw == T_END) { in consume_token()
625 if (categories[j] != last_kw) in consume_token()
627 category = last_kw; in consume_token()
HDmonetary.c63 switch (last_kw) { in add_monetary_str()
100 switch (last_kw) { in add_monetary_num()
HDmessages.c64 switch (last_kw) { in add_message()
HDnumeric.c64 switch (last_kw) { in add_numeric_str()
HDctype.c108 switch (last_kw) { in add_ctype_impl()
275 switch (last_kw) { in add_caseconv()
HDlocaledef.h47 extern int last_kw;