Lines Matching defs:cip
240 struct cmd_info *cip;
246 for (cip = cmds; cip->name != NULL; ++cip) {
247 if ((cip->flags & scope) == 0)
250 if (strncmp(cip->name, bol, len) == 0) {
252 word_end, cip->name + len, "", " ");
273 struct cmd_info *cip;
284 for (cip = cmds; cip->name != NULL; ++cip) {
285 if (strlen(cip->name) != arg0len)
288 if (strncmp(cip->name, arg0, arg0len) != 0)
291 if (cip->complete_args_f == NULL)
294 return (cip->complete_args_f(cpl, (void *)arg1, line,