Searched refs:reptr (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/ucbcmd/sed/ |
H A D | sed.h | 66 extern union reptr *abuf[]; 67 extern union reptr **aptr; 107 union reptr { union 123 union reptr *lb1; 133 extern union reptr ptrspace[]; 139 union reptr *chain; 140 union reptr *address; 147 extern union reptr *pending;
|
H A D | sed1.c | 40 union reptr *abuf[ABUFSIZE+1]; 41 union reptr **aptr; 60 union reptr *pending; 99 static int substitute(union reptr *ipc); 101 static void command(union reptr *ipc); 108 union reptr *ipc; in execute() 246 substitute(union reptr *ipc) in substitute() 328 command(union reptr *ipc) in command()
|
H A D | sed0.c | 38 union reptr *ptrend; 46 union reptr ptrspace[PTRSIZE]; 47 union reptr *rep; 56 union reptr **cmpend[DEPTH]; 179 union reptr *pt, *pt1; in fcomp() 797 union reptr *rptr, *trptr; in dechain()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | security.c | 102 register struct secRexe * reptr = &Rexe; local 117 copyText(reptr->cliSystem, sizeof(reptr->cliSystem), NOTAVAIL); 118 copyText(reptr->cliUser, sizeof(reptr->cliUser), NOTAVAIL); 119 copyText(reptr->serUser, sizeof(reptr->serUser), NOTAVAIL); 120 copyText(reptr->time, sizeof(reptr->time), NOTAVAIL); 121 copyText(reptr->command, sizeof(reptr->command), NOTAVAIL);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 2730 registered_record_entry *reptr; in handle_update_request() local 2731 for (reptr = rstate->reg_recs; reptr; reptr = reptr->next) in handle_update_request() 2733 if (reptr->key == rstate->hdr.reg_index) in handle_update_request() 2735 result = update_record(reptr->rr, rdlen, rdata, ttl); in handle_update_request()
|