Symbol: STR1
bin/csh/const.c
40
Char STR1[] = { '1', '\0' };
bin/csh/dol.c
474
dolp = ffile ? STR1 : STR0;
bin/csh/dol.c
507
dolp = (vp || getenv(short2str(name))) ? STR1 : STR0;
bin/csh/error.c
371
set(STRstatus, Strsave(STR1));
bin/csh/exec.c
609
set(STRstatus, Strsave(tellmewhat(lex, NULL, 0) ? STR0 : STR1));
bin/csh/set.c
247
p = Strsave(STR1);
libexec/ftpd/ftpcmd.y
1009
{ "USER", USER, STR1, 1, "<sp> username" },
libexec/ftpd/ftpcmd.y
1011
{ "ACCT", ACCT, STR1, 0, "(specify account)" },
libexec/ftpd/ftpcmd.y
1017
{ "EPRT", EPRT, STR1, 1, "<sp> |af|addr|port|" },
libexec/ftpd/ftpcmd.y
1024
{ "RETR", RETR, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1025
{ "STOR", STOR, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1026
{ "APPE", APPE, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1033
{ "MRCP", MRCP, STR1, 0, "(mail recipient)" },
libexec/ftpd/ftpcmd.y
1036
{ "RNFR", RNFR, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1037
{ "RNTO", RNTO, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1039
{ "DELE", DELE, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1049
{ "MKD", MKD, STR1, 1, "<sp> path-name" },
libexec/ftpd/ftpcmd.y
1050
{ "XMKD", MKD, STR1, 1, "<sp> path-name" },
libexec/ftpd/ftpcmd.y
1051
{ "RMD", RMD, STR1, 1, "<sp> path-name" },
libexec/ftpd/ftpcmd.y
1052
{ "XRMD", RMD, STR1, 1, "<sp> path-name" },
libexec/ftpd/ftpcmd.y
1057
{ "STOU", STOU, STR1, 1, "<sp> file-name" },
libexec/ftpd/ftpcmd.y
1280
case STR1:
libexec/ftpd/ftpcmd.y
1328
state = STR1;
libexec/ftpd/ftpcmd.y
1331
state = STR1;