Name

INIT_COMPLETION — reinitialize a completion structure

Synopsis

INIT_COMPLETION ( x);
 

Arguments

x

completion structure to be reinitialized

Description

This macro should be used to reinitialize a completion structure so it can be reused. This is especially important after complete_all is used.