- simplify findhole() for use for 1 page only
[minix.git] / commands / ash / complete.h
blobaf859f9ebfa94c1de7820b26c9298bf7e6d99156
1 /*
2 complete.h
4 Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
5 */
7 unsigned char complete(EditLine *el, int ch);
8 unsigned char complete_list(EditLine *el, int ch);
9 unsigned char complete_or_list(EditLine *el, int ch);
10 unsigned char complete_expand(EditLine *el, int ch);
13 * $PchId: complete.h,v 1.1 2001/05/17 07:12:05 philip Exp $