Symbol: COMPLETE
bin/ksh/vi.c
2131
if (command == 0 && expanded == COMPLETE && buf) {
bin/ksh/vi.c
2190
expanded = COMPLETE; /* next call will list completions */
usr.bin/ftp/cmds.c
1053
if (n != COMPLETE) {
usr.bin/ftp/cmds.c
1469
if (r == COMPLETE)
usr.bin/ftp/fetch.c
1552
if ((code / 100) != COMPLETE)
usr.bin/ftp/ftp.c
1333
result = COMPLETE + 1;
usr.bin/ftp/ftp.c
1335
if (result != COMPLETE) {
usr.bin/ftp/ftp.c
1346
if (result != COMPLETE)
usr.bin/ftp/ftp.c
1355
result = COMPLETE + 1;
usr.bin/ftp/ftp.c
1357
if (result != COMPLETE)
usr.bin/ftp/ftp.c
1361
result = COMPLETE + 1;
usr.bin/ftp/ftp.c
1364
if (result != COMPLETE) {
usr.bin/ftp/ftp.c
1592
result = COMPLETE +1;
usr.bin/ftp/ftp.c
1607
if (result != COMPLETE) {
usr.bin/ftp/ftp.c
1620
result = COMPLETE + 1;
usr.bin/ftp/ftp.c
1623
if (result == COMPLETE)
usr.bin/ftp/ftp.c
1647
result = COMPLETE + 1; /* xxx */
usr.bin/ftp/ftp.c
1656
return (result != COMPLETE);
usr.bin/ftp/ftp.c
1843
if (command("PASV") != COMPLETE) {
usr.bin/ftp/ftp.c
1857
if (command("PORT %s", pasv) != COMPLETE) {
usr.bin/ftp/small.c
137
if (comret == COMPLETE) {
usr.bin/ftp/small.c
175
if (comret == COMPLETE)
usr.bin/ftp/small.c
502
if (r == COMPLETE)
usr.bin/ftp/util.c
139
if (command("PASSERVE %s", argv[1]) != COMPLETE)
usr.bin/ftp/util.c
177
if (command("SYST") == COMPLETE && overbose) {
usr.bin/ftp/util.c
300
if ((n != COMPLETE) ||
usr.bin/ftp/util.c
301
(!aflag && acctname != NULL && command("ACCT %s", acctname) != COMPLETE)) {
usr.bin/ftp/util.c
420
if ((code / 100) != COMPLETE) {
usr.bin/ftp/util.c
580
if (command("SIZE %s", file) == COMPLETE) {
usr.bin/ftp/util.c
619
if (command("MDTM %s", file) == COMPLETE) {