Lines Matching defs:p
8 Strinit(String *p) in Strinit()
16 Strinit0(String *p) in Strinit0()
25 Strclose(String *p) in Strclose()
31 Strzero(String *p) in Strzero()
51 Strdupl(String *p, Rune *s) /* copies the null */ in Strdupl()
59 Strduplstr(String *p, String *q) /* will copy the null if there's one there */ in Strduplstr()
67 Straddc(String *p, int c) in Straddc()
74 Strinsure(String *p, ulong n) in Strinsure()
86 Strinsert(String *p, String *q, Posn p0) in Strinsert()
95 Strdelete(String *p, Posn p1, Posn p2) in Strdelete()
159 static String p; in tmprstr() local
173 String *p; in tmpcstr() local