diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-19 20:09:10 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-19 20:09:10 +0000 |
commit | e7e852656e3beb5f62f8c146ba24004cfda2cf88 (patch) | |
tree | b312bc3e985b3f1cf19691c779e7870219573b6e /bin/pdksh/edit.h | |
parent | 1e9e82f84b5de8bcd110c41c780f476397c385d9 (diff) |
update to pdksh-5.2.8
Diffstat (limited to 'bin/pdksh/edit.h')
-rw-r--r-- | bin/pdksh/edit.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/pdksh/edit.h b/bin/pdksh/edit.h index c60b4121666..fd29701cc06 100644 --- a/bin/pdksh/edit.h +++ b/bin/pdksh/edit.h @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.h,v 1.1 1996/08/14 06:19:10 downsj Exp $ */ +/* $OpenBSD: edit.h,v 1.2 1996/08/19 20:08:48 downsj Exp $ */ /* NAME: * edit.h - globals for edit modes @@ -50,13 +50,10 @@ void x_putc ARGS((int c)); void x_puts ARGS((const char *s)); bool_t x_mode ARGS((bool_t onoff)); int promptlen ARGS((const char *cp, const char **spp)); -int x_complete_word ARGS((const char *str, int slen, int is_command, int *multiple, char **ret)); +int x_do_comment ARGS((char *buf, int bsize, int *lenp)); void x_print_expansions ARGS((int nwords, char *const *words, int is_command)); -int x_locate_word ARGS((const char *buf, int buflen, int pos, int *startp, int *is_command)); int x_cf_glob ARGS((int flags, const char *buf, int buflen, int pos, int *startp, int *endp, char ***wordsp, int *is_commandp)); -int x_file_glob ARGS((int flags, const char *str, int slen, char ***wordsp)); -int x_command_glob ARGS((int flags, const char *str, int slen, char ***wordsp)); int x_longest_prefix ARGS((int nwords, char *const *words)); int x_basename ARGS((const char *s, const char *se)); void x_free_words ARGS((int nwords, char **words)); |