Lines Matching defs:info
5 * For copyright info, see copyright.h.
33 register ss_data *info;
52 info = ss_info(sci_idx);
53 if (info->info_dirs == (char **)NULL) {
57 if (info->info_dirs[0] == (char *)NULL) {
61 for (idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) {
62 (void) strncpy(buffer, info->info_dirs[idx], sizeof(buffer) - 1);
66 (void) strncat(buffer, ".info", sizeof(buffer) - 1 - strlen(buffer));
71 strncpy(buf, "No info found for ", sizeof(buf) - 1);
110 register ss_data *info;
115 info = ss_info(sci_idx);
125 dirs = info->info_dirs;
131 info->info_dirs = (char **)NULL;
135 info->info_dirs = dirs;