HomeSort by: relevance | last modified time | path
    Searched refs:fn_complete (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
filecomplete.h 34 int fn_complete(EditLine *,
filecomplete.c 830 fn_complete(EditLine *el, function in typeref:typename:int
850 return (unsigned char)fn_complete(el, NULL, NULL,
  /src/lib/libedit/TEST/
test_filecompletion.c 540 fn_complete(el, mycomplet_func, NULL, break_chars, NULL, NULL, 10, NULL, NULL, NULL, NULL);
543 * fn_complete would have expanded and escaped the input in el->el_line.buffer.

Completed in 23 milliseconds