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

/macosx-10.10.1/nano-12/src/
H A Dutils.c437 return strnlenpt(openfile->current->data, openfile->current_x);
441 * i.e. the largest value such that strnlenpt(s, actual_x(s, column)) <=
468 size_t strnlenpt(const char *s, size_t maxlen) function
496 return strnlenpt(s, (size_t)-1);
H A Dwinio.c1915 column = strnlenpt(buf, start_index);
2160 prefixlen = strnlenpt(prefix, space - statelen) + 1;
2508 strnlenpt(fileptr->data,
2514 strnlenpt(fileptr->data,
2608 strnlenpt(fileptr->data,
2630 strnlenpt(fileptr->data,
2649 strnlenpt(fileptr->data,
2726 x_start = strnlenpt(fileptr->data, top_x) - start;
2736 paintlen = strnlenpt(fileptr->data, bot_x) - (x_start +
2787 index = strnlenpt(filept
[all...]
H A Dhelp.c615 if (strnlenpt(ptr, retval) > help_cols + 1)
H A Dprompt.c853 return strnlenpt(answer, statusbar_x);
891 index = strnlenpt(curranswer, index);
H A Dtext.c291 size_t indent_col = strnlenpt(f->data, indent_len);
1555 fill - strnlenpt(openfile->current->data, indent_len)
1844 xpt, strnlenpt(openfile->current->data,
H A Dproto.h717 size_t strnlenpt(const char *s, size_t maxlen);
H A Dsearch.c746 xpt, strnlenpt(openfile->current->data,
H A Dfiles.c2350 common_len = strnlenpt(matches[match], COLS - 1);

Completed in 143 milliseconds