Home
last modified time | relevance | path

Searched refs:allocstring (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/acme/
H A Dedit.c177 lastpat = allocstring(0); in editcmd()
294 allocstring(int n) in allocstring() function
327 p = allocstring(n); in newstring()
567 buf = allocstring(0); in getregexp()
H A Dedit.h90 String *allocstring(int);
H A Decmd.c477 buf = allocstring(0); in s_cmd()