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

/macosx-10.10.1/nano-12/src/
H A Dwinio.c1906 if (dollars && len > 0 && strlenpt(buf) > start_col + len)
2080 size_t verlen = strlenpt(PACKAGE_STRING) + 1;
2139 statelen = strlenpt((state[0] == '\0' && path == NULL) ?
2179 size_t lenpt = strlenpt(path), start_col;
2208 size_t exppathlen = newfie ? 0 : strlenpt(exppath);
2288 foo_len = strlenpt(foo);
2380 size_t keystroke_len = strlenpt(keystroke) + 1;
2443 assert(strlenpt(converted) <= COLS);
2800 if (strlenpt(fileptr->data) > page_start + COLS)
3156 size_t cur_lenpt = strlenpt(openfil
[all...]
H A Dbrowser.c477 d_len = strlenpt(nextdir->d_name);
625 size_t filetaillen = strlenpt(filetail);
713 foolen = strlenpt(foo);
795 (strlenpt(last_search) > COLS / 3) ? "..." : "");
H A Dprompt.c289 start_col = strlenpt(prompt) + 1;
873 size_t start_col = strlenpt(prompt) + 1;
890 start_col = strlenpt(prompt) + 1;
919 size_t start_col = strlenpt(prompt) + 1;
H A Dutils.c494 size_t strlenpt(const char *s) function
H A Dproto.h718 size_t strlenpt(const char *s);
H A Drcfile.c759 strlenpt(whitespace) != 2) {
H A Dsearch.c166 (strlenpt(last_search) > COLS / 3) ? "..." : "");
H A Dtext.c1546 while (par_len > 0 && strlenpt(openfile->current->data) >

Completed in 92 milliseconds