Lines Matching defs:words
51 * cvt: char *long_words[display_size]; Pointers to long words
52 * char *short_words[display_size]; Pointers to short words
55 * strings associated with long and short words.
60 * Sensitivity Label words.
72 * Clearance words.
85 alloc_words(char **words, const size_t size)
87 if (*words == NULL) {
88 if ((*words = malloc(size)) == NULL)
91 if ((*words = realloc(*words, size)) == NULL) {
103 * new_words_size = Size of words associated with newly converted
105 * number_of_words = Number of words associated with newly
107 * full = 1, if static words lists to be updated.
113 * static_words = Updated to new words list, if needed.
115 * long_words = Updated to new long words pointers, if needed.
116 * short_words = Updated to new short words pointers, if needed.
164 /* can't get more words memory */
207 * bounds = Lower and upper bounds for words lists. Must be
219 * display_size = Number of entries in the display/words lists.
384 * bounds = Lower and upper bounds for words lists. Must be
396 * display_size = Number of entries in the display/words lists.