Home | History | Annotate | Download | only in telnet

Lines Matching defs:variable

271 	 * was to assign "c" to an unsigned int variable...
671 int *variable;
853 if (c->variable) {
854 *c->variable = !*c->variable; /* invert it */
856 printf("%s %s.\n", *c->variable? "Will" : "Won't",
969 if (c->variable) {
971 *c->variable = 1;
973 *c->variable = 0;
979 printf("%s %s.\n", *c->variable? "Will" : "Won't",
1045 if (c->variable) {
1046 *c->variable = 0;
1048 printf("%s %s.\n", *c->variable? "Will" : "Won't",
1240 #define dotog(tl) if (tl->variable && tl->actionexplanation) { \
1241 if (*tl->variable) { \
1542 { "define", "Define an environment variable",
1544 { "undefine", "Undefine an environment variable",
1546 { "export", "Mark an environment variable for automatic export",
1548 { "unexport", "Don't mark an environment variable for automatic export",
1550 { "send", "Send an environment variable", env_send, 1 },
1616 unsigned char *var; /* pointer to variable name */
1617 unsigned char *value; /* pointer to variable value */
1619 int welldefined; /* A well defined variable */
1653 * Special case for DISPLAY variable. If it is ":0.0" or
1673 * don't export the USER variable.
1760 fprintf(stderr, "Cannot send '%s': variable not defined\n",