Home | History | Annotate | Download | only in ftp

Lines Matching refs:cursor_argc

368 	lastc_argc = cursor_argc;	/* remember last cursor pos */
377 if (lastc_argc == cursor_argc && lastc_argo == cursor_argo
378 && strncmp(word, margv[cursor_argc] ? margv[cursor_argc] : "",
381 else if (cursor_argc < (size_t)margc)
382 (void)strlcpy(word, margv[cursor_argc], cursor_argo + 1);
385 if (cursor_argc == 0)
394 if ((cursor_argc > celems) && (celems > 0)
396 cursor_argc = celems;
398 if (cursor_argc > celems)
401 cmpltype = c->c_complete[cursor_argc - 1];