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

/illumos-gate/usr/src/cmd/news/
H A Dnews.c98 void print_item(char *);
112 late_news (print_item, 1);
164 for (i=1; i<argc; i++) print_item (argv[i]);
255 print_item (n_list[i].n_name);
259 print_item(char *f) function
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c1857 __nis_mapping_item_t *print_item; local
1861 print_item = sub->element.print.item;
1892 s = get_mapping_item(s, end_s, &print_item[k++], type);
1911 print_item[0].repeat = TRUE;
1915 &print_item[k++], type);
1950 __nis_mapping_item_t *print_item = NULL; local
2097 print_item = (__nis_mapping_item_t *)s_calloc(numItems,
2099 if (print_item == NULL)
2106 sub.element.print.item = print_item;
2123 subelement->element.print.item = print_item;
[all...]

Completed in 62 milliseconds