Home
last modified time | relevance | path

Searched refs:ptrspace (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/ucbcmd/sed/
H A Dsed0.c46 union reptr ptrspace[PTRSIZE]; variable
89 rep = ptrspace; in main()
92 ptrend = &ptrspace[PTRSIZE]; in main()
147 if(rep == ptrspace && !flag_found) { in main()
432 rep->r2.lb1 = ptrspace; in fcomp()
H A Dsed.h133 extern union reptr ptrspace[];
H A Dsed1.c139 for(ipc = ptrspace; ipc->r1.command; ) { in execute()
206 ipc = ptrspace; in execute()