4 * (C) 1992 Joseph H. Allen
6 * This file is part of JOE (Joe's Own Editor)
12 __RCSID("$MirOS: contrib/code/jupp/pw.h,v 1.5 2017/12/02 02:07:30 tg Exp $");
15 /* BW *wmkpw(BW *bw,char *prompt,int (*func)(),char *huh,int (*abrt)(),
16 int (*tab)(),void *object,int *notify);
17 * Create a prompt window for the given window
19 BW *wmkpw PARAMS((W *w, unsigned char *prompt, B **history, int (*func) (), const unsigned char *huh, int (*abrt) (), int (*tab) (), void *object, int *notify, struct charmap *map));
21 int ucmplt PARAMS((BW *bw, int k));
23 /* Function for TAB completion */
25 unsigned char **regsub PARAMS((unsigned char **z, int len, unsigned char *s));
27 void cmplt_ins PARAMS((BW *bw,unsigned char *line));
29 int cmplt_abrt PARAMS((BW *bw,int x, unsigned char *line));
31 int cmplt_rtn PARAMS((MENU *m,int x,unsigned char *line));
33 int simple_cmplt PARAMS((BW *bw,unsigned char **list));