Searched refs:cursor_argc (Results 1 – 3 of 3) sorted by relevance
375 lastc_argc = cursor_argc; /* remember last cursor pos */ in complete()384 if (lastc_argc == cursor_argc && lastc_argo == cursor_argo in complete()385 && strncmp(word, margv[cursor_argc] ? margv[cursor_argc] : "", in complete()388 else if (cursor_argc < (size_t)margc) in complete()389 (void)strlcpy(word, margv[cursor_argc], cursor_argo + 1); in complete()392 if (cursor_argc == 0) in complete()401 if ((cursor_argc > celems) && (celems > 0) in complete()403 cursor_argc = celems; in complete()405 if (cursor_argc > celems) in complete()408 cmpltype = c->c_complete[cursor_argc - 1]; in complete()
814 cursor_argc = 0; in makeargv()817 cursor_argc = margc; in makeargv()828 cursor_argc = margc; \
268 GLOBAL size_t cursor_argc; /* location of cursor in margv */ variable