Lines Matching refs:PS
59 static SPACE HS, PS, SS, YS; variable
60 #define pd PS.deleted
61 #define ps PS.space
62 #define psl PS.len
101 for (linenum = 0; mf_fgets(&PS, REPLACE); /* NOP */) { in process()
152 cspace(&PS, hs, hsl, REPLACE); in process()
155 cspace(&PS, "\n", 1, APPEND); in process()
156 cspace(&PS, hs, hsl, APPEND); in process()
175 if (!mf_fgets(&PS, REPLACE)) in process()
181 cspace(&PS, "\n", 1, APPEND); in process()
182 if (!mf_fgets(&PS, APPEND)) in process()
248 tspace = PS; in process()
249 PS = HS; in process()
460 tspace = PS; in substitute()
461 PS = SS; in substitute()
529 tmp = PS; in do_tr()
530 PS = YS; in do_tr()