Symbol: reptr
usr/src/cmd/bnu/security.c
102
register struct secRexe * reptr = &Rexe;
usr/src/cmd/bnu/security.c
117
copyText(reptr->cliSystem, sizeof(reptr->cliSystem), NOTAVAIL);
usr/src/cmd/bnu/security.c
118
copyText(reptr->cliUser, sizeof(reptr->cliUser), NOTAVAIL);
usr/src/cmd/bnu/security.c
119
copyText(reptr->serUser, sizeof(reptr->serUser), NOTAVAIL);
usr/src/cmd/bnu/security.c
120
copyText(reptr->time, sizeof(reptr->time), NOTAVAIL);
usr/src/cmd/bnu/security.c
121
copyText(reptr->command, sizeof(reptr->command), NOTAVAIL);
usr/src/ucbcmd/sed/sed.h
120
union reptr *lb1;
usr/src/ucbcmd/sed/sed.h
130
extern union reptr ptrspace[];
usr/src/ucbcmd/sed/sed.h
136
union reptr *chain;
usr/src/ucbcmd/sed/sed.h
137
union reptr *address;
usr/src/ucbcmd/sed/sed.h
144
extern union reptr *pending;
usr/src/ucbcmd/sed/sed.h
63
extern union reptr *abuf[];
usr/src/ucbcmd/sed/sed.h
64
extern union reptr **aptr;
usr/src/ucbcmd/sed/sed0.c
178
union reptr *pt, *pt1;
usr/src/ucbcmd/sed/sed0.c
39
union reptr *ptrend;
usr/src/ucbcmd/sed/sed0.c
47
union reptr ptrspace[PTRSIZE];
usr/src/ucbcmd/sed/sed0.c
48
union reptr *rep;
usr/src/ucbcmd/sed/sed0.c
57
union reptr **cmpend[DEPTH];
usr/src/ucbcmd/sed/sed0.c
796
union reptr *rptr, *trptr;
usr/src/ucbcmd/sed/sed1.c
106
union reptr *ipc;
usr/src/ucbcmd/sed/sed1.c
244
substitute(union reptr *ipc)
usr/src/ucbcmd/sed/sed1.c
326
command(union reptr *ipc)
usr/src/ucbcmd/sed/sed1.c
38
union reptr *abuf[ABUFSIZE+1];
usr/src/ucbcmd/sed/sed1.c
39
union reptr **aptr;
usr/src/ucbcmd/sed/sed1.c
58
union reptr *pending;
usr/src/ucbcmd/sed/sed1.c
97
static int substitute(union reptr *ipc);
usr/src/ucbcmd/sed/sed1.c
99
static void command(union reptr *ipc);