Home
last modified time | relevance | path

Searched refs:tokval (Results 1 – 8 of 8) sorted by relevance

/original-bsd/old/berknet/
H A Dnetrc.c109 static char tokval[100]; variable
190 if(remote != lookup(tokval))continue;
212 strcpy(status.login,tokval);
222 strcpy(status.mpasswd,tokval);
235 strcpy(status.defcmd,tokval);
246 if(token(cfile))local = lookup(tokval);
249 if(token(cfile))strcpy(netd.dp_device,tokval);
283 err("Unknown .netrc option %s\n",tokval);
298 p = tokval;
314 if(tokval[0] == 0)return(0);
[all …]
/original-bsd/usr.bin/ftp/
H A Druserpass.c36 static char tokval[100]; variable
91 if (strcasecmp(host, tokval) == 0)
98 tokval[tmp - hostname] == '\0')
103 tokval[tmp - host] == '\0')
114 (void) strcpy(*aname, tokval);
116 if (strcmp(*aname, tokval))
130 (void) strcpy(*apass, tokval);
142 (void) strcpy(*aacct, tokval);
232 cp = tokval; in token()
249 if (tokval[0] == 0) in token()
[all …]
/original-bsd/lib/libcompat/4.3/
H A Druserpass.c117 static char tokval[100]; variable
165 if (token() != ID || strcmp(host, tokval))
172 *aname = malloc(strlen(tokval) + 1);
173 strcpy(*aname, tokval);
175 if (strcmp(*aname, tokval))
187 *apass = malloc(strlen(tokval) + 1);
188 strcpy(*apass, tokval);
198 fprintf(stderr, "Unknown .netrc option %s\n", tokval);
221 cp = tokval; in token()
238 if (tokval[0] == 0) in token()
[all …]
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dattributes.c35 int tokval(s) in tokval() function
38 return s->symvalue.token.tokval;
H A Dsym.rep39 int tokval;
H A Dtree.c118 p->op = (OP) s->symvalue.token.tokval;
/original-bsd/usr.bin/pascal/pdx/
H A Dsym.h25 int tokval(); /* associated token value */
/original-bsd/usr.bin/pascal/pdx/command/
H A Dtoken.l98 yylval.y_int = tokval(p);