commit bash-20111216 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:35:52 -05:00
parent 2dead0c4f1
commit ba4ab0554b
42 changed files with 7682 additions and 163 deletions
+8
View File
@@ -4833,6 +4833,14 @@ find_reserved_word (tokstr)
return -1;
}
/* An interface to let the rest of the shell (primarily the completion
system) know what the parser is expecting. */
int
parser_in_command_position ()
{
return (command_token_position (last_read_token));
}
#if 0
#if defined (READLINE)
/* Called after each time readline is called. This insures that whatever