Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dimap4d.c82 static char *atomString(char *disallowed, char *initial);
1423 s = atomString(atomStop, "\\"); in flags()
1491 s = atomString(fetchAtom, ""); in fetchWhat()
1501 s = atomString(fetchAtom, ""); in fetchWhat()
1611 s = atomString(fetchAtom, ""); in sectText()
1788 a = atomString(atomStop, "\\"); in searchKey()
1895 return atomString(atomStop, ""); in atom()
1904 return atomString("+(){%*\"\\", ""); in tag()
1920 return atomString("(){\"\\", ""); in listmbox()
1943 atomString(char *disallowed, char *initial) in atomString() function