Lines Matching refs:xarghlp

1821 char * xarghlp[XA_MAX+1];               /* Extended argument for option */  variable
1828 xarghlp[i] = NULL; in inixopthlp()
1838 xarghlp[j] = "Whether to allow anonymous IKSD logins"; in inixopthlp()
1843 xarghlp[j] = "Whether to allow privileged IDs to login to IKSD"; in inixopthlp()
1849 xarghlp[j] = "File to display upon startup or IKSD login"; in inixopthlp()
1853 xarghlp[j] = "File to display when server changes directory"; in inixopthlp()
1857 xarghlp[j] = "Whether to display CD message file"; in inixopthlp()
1861 xarghlp[j] = "Print this help text about extended options"; in inixopthlp()
1865 xarghlp[j] = "File containing custom info for HELP command"; in inixopthlp()
1869 xarghlp[j] = "Name of ftpd-like logfile."; in inixopthlp()
1873 xarghlp[j] = "Whether to keep an ftpd-like logfile."; in inixopthlp()
1878 xarghlp[j] = "Initialization file for anonymous users."; in inixopthlp()
1883 xarghlp[j] = "Permissions for files uploaded by anonymous users."; in inixopthlp()
1889 xarghlp[j] = "File-system root for anonymous users."; in inixopthlp()
1895 xarghlp[j] = "File-system root for anonymous users."; in inixopthlp()
1903 xarghlp[j] = "Syslog recording level, 0-6."; in inixopthlp()
1908 xarghlp[j] = "Forbidden user file."; in inixopthlp()
1913 xarghlp[j] = "Name of wtmp logfile."; in inixopthlp()
1917 xarghlp[j] = "Whether to keep a wtmp logfile."; in inixopthlp()
1923 xarghlp[j] = in inixopthlp()
1929 xarghlp[j] = "Disable keyboard interrupts."; in inixopthlp()
1934 xarghlp[j] = "Force unbuffered console i/o."; in inixopthlp()
1940 xarghlp[j] = "Enable/Disable IKSD database (IKSD only)"; in inixopthlp()
1944 xarghlp[j] = "Specify IKSD database file (IKSD only)"; in inixopthlp()
1950 xarghlp[j] = "Disable file-transfer Permissions attribute."; in inixopthlp()
1956 xarghlp[j] = "Change Dimension on Window Resize"; in inixopthlp()
1959 xarghlp[j] = "Scale Font on Window Resize"; in inixopthlp()
1962 xarghlp[j] = "start K95G window maximized."; in inixopthlp()
1966 xarghlp[j] = "start K95G window minimized."; in inixopthlp()
1970 xarghlp[j] = "X-coordinate of window position (number)."; in inixopthlp()
1974 xarghlp[j] = "Y-coordinate of window position (number)."; in inixopthlp()
1978 xarghlp[j] = "Font/typeface name: string with _ replacing blank."; in inixopthlp()
1982 xarghlp[j] = "Font point size (number)."; in inixopthlp()
1986 xarghlp[j] = "No Menu Bar"; in inixopthlp()
1990 xarghlp[j] = "No Tool Bar"; in inixopthlp()
1994 xarghlp[j] = "No Status Bar"; in inixopthlp()
1998 xarghlp[j] = "No Menu, Status, or Tool Bars"; in inixopthlp()
2004 xarghlp[j] = "Disable external command execution."; in inixopthlp()
2010 xarghlp[j] = "Enable all lockdown options."; in inixopthlp()
2014 xarghlp[j] = "Disable Close Window and Menu Exit."; in inixopthlp()
2018 xarghlp[j] = "Disable scrollback operations."; in inixopthlp()
2022 xarghlp[j] = "Disable escape from connect mode."; in inixopthlp()
2026 xarghlp[j] = "Screen height (number of rows)."; in inixopthlp()
2030 xarghlp[j] = "Screen width (number of columns)."; in inixopthlp()
2034 xarghlp[j] = "Window Title."; in inixopthlp()
2039 xarghlp[j] = "Name of remote terminal character set."; in inixopthlp()
2044 xarghlp[j] = "Choose terminal emulation."; in inixopthlp()
2046 xarghlp[j] = "Choose terminal type."; in inixopthlp()
2052 xarghlp[j] = "Username (for network login)"; in inixopthlp()
2054 xarghlp[j] = "Username."; in inixopthlp()
2060 xarghlp[j] = "Disable use of locale for messages and strings."; in inixopthlp()
2584 printf("%s\n %s\n\n",xopthlp[i],xarghlp[i]);