Searched defs:completion (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/ |
H A D | example.c | 7 void completion(const char *buf, linenoiseCompletions *lc) { function 34 /* Set the completion callback. This will be called every time the 36 linenoiseSetCompletionCallback(completion);
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_bmc.c | 96 int *completion) 165 *completion = recv.msg.data[0]; 169 *completion = 0; 95 ipmi_bmc_send(void *data, ipmi_cmd_t *cmd, ipmi_cmd_t *response, int *completion) argument
|
H A D | ipmi_lan.c | 515 int *completion) 550 *completion = rsp->ir_ccode; 554 *completion = 0; 514 ipmi_lan_send(void *data, ipmi_cmd_t *cmd, ipmi_cmd_t *response, int *completion) argument
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 81 CompleteFile *cf; /* The resources used for filename completion */ 102 * the builtin file-completion callback function to modify its behavior. 113 /* to the completion suffixes. */ 162 * Create a new string-completion object. 222 * Allocate a filename-completion resource object. 233 * Delete a string-completion object. 259 * functions. It adds one possible completion of the token that is being 260 * completed to an array of completions. If the completion needs any 279 * appends this string to the completion to indicate 282 * cont_suffix const char * If this turns out to be the only completion, 976 const char *completion; /* The completion string of the last unique match */ local [all...] |
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 277 * their own customized completion functions. 281 * Ambiguous completion matches are recorded in objects of the 287 * Create a new completion object. 292 * Delete a redundant completion object. 298 * are called upon to return an array of possible completion suffixes 302 * completion before returning. 352 * cpl_file_completions() is the builtin filename completion callback 357 * NULL to request the default behaviour of the file-completion function, 430 * When an error occurs while performing a completion, custom completion 1579 char *completion; /* The matching completion string */ member in struct:__anon4116 [all...] |
/illumos-gate/usr/src/uts/common/io/skd/ |
H A D | skd.h | 308 struct fit_completion_entry_v1 completion; member in struct:skd_request_context
|
Completed in 94 milliseconds