Searched refs:save_string (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c126 save_string(char *d, const char *const s) function
145 return save_string(s, temp);
218 dp = save_string(dp, "%\'");
222 dp = save_string(dp, "%{");
246 dp = save_string(dp, "%Pa");
248 dp = save_string(dp, "%ga");
259 dp = save_string(dp, "%p");
264 dp = save_string(dp, "%{96}%^");
268 dp = save_string(dp, "%{127}%^");
331 dp = save_string(d
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-relative-prefix.c98 static char *save_string (const char *, int);
103 save_string (const char *s, int len) function
153 dirs[num_dirs++] = save_string (p, 3);
171 dirs[num_dirs++] = save_string (q, p - q);
183 dirs[num_dirs++] = save_string (q, p - 1 - q);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py144 def save_string(coder, obj): function in function:setupPythonObject
147 encode_dispatch[str] = save_string
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py204 def save_string(coder, obj): function in function:setupPythonObject
212 encode_dispatch[str] = save_string
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pycoder.py218 def save_string(coder, obj): # pragma: no cover function
231 encode_dispatch[str] = save_string

Completed in 86 milliseconds