Lines Matching refs:category
89 static int print_category(int category, int cflag, int kflag);
258 int category;
272 * symbolic name, category, and type (STR INT ...)
280 int category;
587 * try each category.
712 * Print out the keyword value or category info.
713 * Call print_category() to print the entire locale category, if the name
714 * given is recognized as a category.
725 * name is a category name
726 * print out all keywords in this category
728 return (print_category(locale_name[i].category,
753 if (first_flag && cflag && key[i].category != LC_LOCDEF) {
754 /* print out this category's name */
756 locale_name[key[i].category].name);
984 * in the given category
987 print_category(int category, int cflag, int kflag)
992 if (category == LC_ALL) {
1002 locale_name[category].name);
1006 if (key[i].category == category) {