Lines Matching defs:text
63 * Add a new suggestion. Only one suggestion per text allowed.
66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func)
73 if (text == NULL)
86 if (text != NULL)
87 new->text = strdup(text);
99 if (strcmp(n->text, text) == 0)
114 new->text = strdup(text);
194 if (n->text != NULL)
241 if (g_curr_sugg->text != NULL)
250 pt_display_suggestions(n->text);