Lines Matching defs:text
762 The function is called as function(text, state),
764 It should return the next possible completion starting with 'text'.
903 /* Exported function to insert text into the line buffer */
911 Insert text into the line buffer at the cursor position.
1111 on_completion(const char *text, int state)
1118 t = decode(text);
1149 flex_complete(const char *text, int start, int end)
1187 result = completion_matches((char *)text, *on_completion);
1303 rlhandler(char *text)
1305 completed_input_string = text;