HomeSort by: relevance | last modified time | path
    Searched refs:cursorc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
tokenizer.c 202 * cursorc if !NULL, argv element containing cursor
203 * cursorv if !NULL, offset in argv[cursorc] of cursor
207 int *argc, const Char ***argv, int *cursorc, int *cursoro)
442 if (cursorc != NULL)
443 *cursorc = cc;
  /src/usr.bin/mail/
complete.c 877 int cursorc; local in function:split_word
887 if (tok_line(t, li, &argc, &argv, &cursorc, &cursoro) == -1)
890 if (cursorc >= argc)
894 (void)strlcpy(word, argv[cursorc], (size_t)cursoro + 1);
899 if (cursorc >= arraylen &&
902 cursorc = arraylen - 1;
904 if (cursorc >= arraylen)
907 *cmpltype = cmplarray[cursorc];

Completed in 238 milliseconds