Home
last modified time | relevance | path

Searched defs:calc_text_pos (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dold_str_util.py173 def calc_text_pos(text, start_offs, end_offs, pref_col): function
H A Dutil.py33 calc_text_pos = str_util.calc_text_pos variable
/dports/devel/py-urwid/urwid-2.1.2/source/
H A Dstr_util.c835 static PyObject * calc_text_pos(PyObject *self, PyObject *args) function
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dpropfont.c216 static int calc_text_pos (WEdit * edit, long b, long *q, int l) in calc_text_pos() function