HomeSort by: relevance | last modified time | path
    Searched defs:row_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
internals.c 1782 _formi_dbg_printf("%s: xpos=%d, row_pos=%d, start=%d\n", __func__,
1929 _formi_dbg_printf("%s: xpos=%d, row_pos=%d, start=%d\n", __func__,
2071 "%s: xpos=%d, row_pos=%d, start_char=%d, length=%d, allocated=%d\n",
3493 unsigned int pos, len, row_pos; local in function:tab_fit_len
3499 row_pos = 0;
3507 if (ts->pos == row_pos) {
3514 assert(ts->pos == row_pos);
3518 row_pos++;
internals.c 1782 _formi_dbg_printf("%s: xpos=%d, row_pos=%d, start=%d\n", __func__,
1929 _formi_dbg_printf("%s: xpos=%d, row_pos=%d, start=%d\n", __func__,
2071 "%s: xpos=%d, row_pos=%d, start_char=%d, length=%d, allocated=%d\n",
3493 unsigned int pos, len, row_pos; local in function:tab_fit_len
3499 row_pos = 0;
3507 if (ts->pos == row_pos) {
3514 assert(ts->pos == row_pos);
3518 row_pos++;

Completed in 25 milliseconds