Searched refs:line_read (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/libreadline/examples/
H A Dmanexamp.c33 static char *line_read = (char *)NULL; variable
41 if (line_read)
43 free (line_read);
44 line_read = (char *)NULL;
48 line_read = readline ("");
51 if (line_read && *line_read)
52 add_history (line_read);
54 return (line_read);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c80 svn_stringbuf_t *line_read;
472 SVN_ERR(parser_get_line(ctx, ctx->line_read, &ch));
475 svn_stringbuf_strip_whitespace(ctx->line_read);
478 svn_stringbuf_appendbytes(ctx->value, ctx->line_read->data,
479 ctx->line_read->len);
500 SVN_ERR(parser_get_line(ctx, ctx->line_read, &ch));
503 equals = strchr(ctx->line_read->data, '=');
511 colon = strchr(ctx->line_read->data, ':');
519 separator = strchr(ctx->line_read->data, ':');
540 svn_stringbuf_appendbytes(ctx->option, ctx->line_read
78 svn_stringbuf_t *line_read; member in struct:parse_context_t
[all...]

Completed in 127 milliseconds