Collaboration diagram for complete_entry:

Data Fields | |
| int | cmd_type |
| True if command is a path. | |
| const wchar_t * | cmd |
| Command string. | |
| wchar_t * | short_opt_str |
| String containing all short option characters. | |
| complete_entry_opt_t * | first_option |
| Linked list of all options. | |
| complete_entry * | next |
| Next command completion in the linked list. | |
| int | authoritative |
| True if no other options than the ones supplied are possible. | |
1.4.4