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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPrTxt.c122 char *str_ptr, *last_ptr; local in function:_XTextPropertyToTextList
178 last_ptr = str_ptr = (char *) text_prop->value;
182 if (nitems == 0 || *str_ptr == 0) {
184 from_left = str_ptr - last_ptr;
185 last_ptr = str_ptr;
207 last_ptr = ++str_ptr;
220 str_ptr++;

Completed in 2 milliseconds