Man Page: declare_completion
Operating Environment: centos
Section: 9
DECLARE_COMPLETION(9) Driver Basics DECLARE_COMPLETION(9)NAMEDECLARE_COMPLETION - declare and initialize a completion structureSYNOPSISDECLARE_COMPLETION(work);ARGUMENTSwork identifier for the completion structureDESCRIPTIONThis macro declares and initializes a completion structure. Generally used for static declarations. You should use the _ONSTACK variant for automatic variables.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DECLARE_COMPLETION(9)
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| DB2 convert digits to binary format |
| Controlling user input |
| [TIP] Processing YAML files with yq |