Lines Matching defs:s
21 Section *s, *ns; in rclear() local
32 rsinsert(Rasp *r, Section *s) /* insert before s */ in rsinsert()
60 rsdelete(Rasp *r, Section *s) in rsdelete()
83 splitsect(Rasp *r, Section *s, long n0) in splitsect()
100 findsect(Rasp *r, Section *s, long p, long q) /* find sect containing q and put q on a sect boundar… in findsect()
116 Section *s, *t, *ns; in rresize() local
136 Section *s, *t, *ns; in rdata() local
157 Section *s; in rclean() local
180 Section *s; in rload() local
216 Section *s; in rmissing() local
239 Section *s; in rcontig() local
258 Strgrow(Rune **s, long *n, int want) /* can always toss the old data when called */ in Strgrow()