Lines Matching defs:string
360 /* Convert an object to a byte string (char*) or a wide character string
363 - 2 if obj is a character string (written into *wch)
364 - 1 if obj is a byte string (written into *bytes)
567 ERGSTR - format string for construction of the return value
568 PARSESTR - format string for argument parsing
809 Paint the string.
811 Paint the string str at (y, x) with attributes attr,
892 Paint at most n characters of the string.
894 Paint at most n characters of the string str at (y, x) with
1432 Get a character (string) from terminal keyboard.
1434 Returning a string instead of an integer, as getch() does. Function keys,
1435 keypad keys and other special keys return a multibyte string containing the
1540 Read a string from the user, with primitive line editing capacity.
1740 Return a string of characters, extracted from the window.
1742 Return a string of characters, extracted from the window starting at the
1744 from the characters. If n is specified, instr() returns a string at most
1809 Insert the string before the current or specified position.
1811 Insert a character string (as many characters as will fit on the line)
1893 Insert at most n characters of the string.
1895 Insert a character string (as many characters as will fit on the line)
1897 or negative, the entire string is inserted. All characters to the right
2462 "setting encoding to a non-string");
2615 ERGSTR - format string for construction of the return value
2616 PARSESTR - format string for argument parsing
3277 #define SetDictInt(string,ch) \
3280 if (o && PyDict_SetItemString(ModDict, string, o) == 0) { \
3914 string: str(accept={robuffer})
3923 _curses_putp_impl(PyObject *module, const char *string)
3926 return PyCursesCheckERR(putp(string), "putp");
4310 Return the value of the string capability.
4312 None is returned if capname is not a string capability, or is canceled or
4333 Parameterized byte string obtained from the terminfo database.
4345 Instantiate the specified byte string with the supplied parameters.
4395 Return a string which is a printable representation of the character ch.