Searched refs:spl (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/re/ |
H A D | ed.c | 144 Sfio_t* spl; member in struct:__anon200 311 if (!ed.spl && !(ed.spl = sfstropen())) 313 sfwrite(ed.spl, ed.spbeg, ed.spend - ed.spbeg); 315 sfputc(ed.spl, '\n'); 320 sfwrite(ed.spl, s, n - 1); 321 sfputc(ed.spl, '\n'); 324 sfwrite(ed.spl, s, n); 328 if (!(s = sfstruse(ed.spl)))
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 925 static char spl[] = { '\\', '\r', 0 }; variable 1052 s = spl;
|
Completed in 19 milliseconds