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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfgetln.c5 char* fgetln(FILE* f, size_t* plen) { argument
12 *plen = ++z - ret;
15 *plen = l;
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c155 size_t plen; /* Prompt length. */ member in struct:linenoiseState
205 (int)l->len,(int)l->pos,(int)l->oldpos,plen,rows,rpos, \
523 void refreshShowHints(struct abuf *ab, struct linenoiseState *l, int plen) { argument
525 if (hintsCallback && plen+l->len < l->cols) {
530 int hintmaxlen = l->cols-(plen+l->len);
551 size_t plen = strlen(l->prompt); local
560 if (plen > l->cols) {
561 plen = l->cols;
566 while ((plen+pos) >= l->cols && len > 0) {
572 while (plen
602 int plen = strlen(l->prompt); local
[all...]

Completed in 85 milliseconds