Searched refs:pfrom (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dext.h138 extern int pfrom;
H A Dn7.c521 if (numtab[PN].val == pfrom) {
523 pfrom = -1;
578 pfrom = pto>=0 ? pto : -pto;
586 pfrom = 0;
H A Dni.c82 int pfrom = 1; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c191 struct passwd *pwdcopy(const struct passwd *pfrom);
538 pwdcopy(const struct passwd *pfrom) argument
543 pto->pw_name = strdup(pfrom->pw_name);
544 pto->pw_uid = pfrom->pw_uid;
545 pto->pw_gecos = strdup(pfrom->pw_gecos);
546 pto->pw_dir = strdup(pfrom->pw_dir);
547 pto->pw_shell = strdup(pfrom->pw_shell);

Completed in 70 milliseconds