Home
last modified time | relevance | path

Searched refs:newlisp_completion (Results 1 – 1 of 1) sorted by relevance

/dports/lang/newlisp/newlisp-10.7.5/
H A Dnewlisp.c141 char ** newlisp_completion (char * text, int start, int end);
936 rl_attempted_completion_function = (char ** (*) (const char *, int, int))newlisp_completion; in main()
1018 char ** newlisp_completion (char * text, int start, int end) in newlisp_completion() function