Lines Matching refs:PS
57 static SPACE HS, PS, SS, YS; variable
58 #define pd PS.deleted
59 #define ps PS.space
60 #define psl PS.len
99 for (linenum = 0; mf_fgets(&PS, REPLACE); /* NOP */) { in process()
150 cspace(&PS, hs, hsl, REPLACE); in process()
153 cspace(&PS, "\n", 1, APPEND); in process()
154 cspace(&PS, hs, hsl, APPEND); in process()
173 if (!mf_fgets(&PS, REPLACE)) in process()
179 cspace(&PS, "\n", 1, APPEND); in process()
180 if (!mf_fgets(&PS, APPEND)) in process()
246 tspace = PS; in process()
247 PS = HS; in process()
446 tspace = PS; in substitute()
447 PS = SS; in substitute()
515 tmp = PS; in do_tr()
516 PS = YS; in do_tr()