Home
last modified time | relevance | path

Searched refs:lns_format_atype (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/augeas/augeas-1.12.0/src/
H A Dlens.h152 int lns_format_atype(struct lens *, char **buf);
H A Dput.c119 lns_format_atype(lens, &pat); in regexp_match_error()
530 lns_format_atype(lens, &pat); in error_quant_star()
H A Dbuiltin.c592 r = lns_format_atype(l->lens, &s); in lns_fmt_atype()
H A Dlens.c784 lns_format_atype(l1, &s1); in ambig_check()
785 lns_format_atype(l2, &s2); in ambig_check()
1394 int lns_format_atype(struct lens *l, char **buf) { in lns_format_atype() function
/dports/textproc/augeas/augeas-1.12.0/
H A DChangeLog2602 * src/lens.c (lns_format_atype): make output more readable
8062 * src/lens.c (lns_format_atype): format L_REC lenses
9078 * src/lens.c (lns_format_atype): new function
9079 * src/lens.h (lns_format_atype): new prototype
9080 * src/put.c (regexp_match_error): use lns_format_atype for errors