Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c47 union reptr ptrspace[PTRSIZE]; variable
88 rep = ptrspace; in main()
91 ptrend = &ptrspace[PTRSIZE]; in main()
146 if(rep == ptrspace && !flag_found) { in main()
431 rep->r2.lb1 = ptrspace; in fcomp()
H A Dsed.h130 extern union reptr ptrspace[];
H A Dsed1.c137 for(ipc = ptrspace; ipc->r1.command; ) { in execute()
204 ipc = ptrspace; in execute()