OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_argc
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
complete.c
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
[
all
...]
main.c
828
cursor_argc
= 0;
831
cursor_argc
= margc;
842
cursor_argc
= margc; \
ftp_var.h
272
GLOBAL size_t
cursor_argc
; /* location of cursor in margv */
variable in typeref:typename:GLOBAL size_t
273
GLOBAL size_t cursor_argo; /* offset of cursor in margv[
cursor_argc
] */
Completed in 12 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025