OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursorc
(Results
1 - 2
of
2
) sorted by relevancy
/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
];
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 23 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025