OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmpltype
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/ftp/
complete.c
359
int dolist,
cmpltype
;
local
401
cmpltype
= c->c_complete[cursor_argc - 1];
402
switch (
cmpltype
) {
425
cmpltype
);
complete.c
359
int dolist,
cmpltype
;
local
401
cmpltype
= c->c_complete[cursor_argc - 1];
402
switch (
cmpltype
) {
425
cmpltype
);
/src/usr.bin/mail/
complete.c
871
split_word(int *
cmpltype
, const char *cmplarray, LineInfo *li)
907
*
cmpltype
= cmplarray[cursorc];
921
int
cmpltype
;
local
940
if ((word = split_word(&
cmpltype
, cmplarray, li)) == NULL)
943
switch (
cmpltype
) {
977
warnx("unknown complete type `%c'",
cmpltype
);
complete.c
871
split_word(int *
cmpltype
, const char *cmplarray, LineInfo *li)
907
*
cmpltype
= cmplarray[cursorc];
921
int
cmpltype
;
local
940
if ((word = split_word(&
cmpltype
, cmplarray, li)) == NULL)
943
switch (
cmpltype
) {
977
warnx("unknown complete type `%c'",
cmpltype
);
Completed in 58 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026