Lines Matching refs:parg
111 PARG parg; in opt_o() local
149 parg.p_string = namelogfile; in opt_o()
150 error("Log file \"%s\"", &parg); in opt_o()
200 PARG parg; in query_fraction() local
204 parg.p_int = value; in query_fraction()
205 error(int_msg, &parg); in query_fraction()
215 parg.p_string = buf; in query_fraction()
216 error(frac_msg, &parg); in query_fraction()
276 PARG parg; in opt_k() local
283 parg.p_string = s; in opt_k()
284 error("Cannot use lesskey file \"%s\"", &parg); in opt_k()
293 PARG parg; in opt_ks() local
300 parg.p_string = s; in opt_ks()
301 error("Cannot use lesskey source file \"%s\"", &parg); in opt_ks()
380 PARG parg; in opt__T() local
397 parg.p_string = tags; in opt__T()
398 error("Tags file \"%s\"", &parg); in opt__T()
443 PARG parg; in opt__P() local
466 parg.p_string = prproto[pr_type]; in opt__P()
467 error("%s", &parg); in opt__P()
756 PARG parg; in opt_quote() local
782 parg.p_string = buf; in opt_quote()
783 error("quotes %s", &parg); in opt_quote()
914 PARG parg; in opt_linenum_width() local
922 parg.p_int = MAX_LINENUM_WIDTH; in opt_linenum_width()
923 error("Line number width must not be larger than %d", &parg); in opt_linenum_width()
938 PARG parg; in opt_status_col_width() local
946 parg.p_int = MAX_STATUSCOL_WIDTH; in opt_status_col_width()
947 error("Status column width must not be larger than %d", &parg); in opt_status_col_width()
1016 PARG parg; in next_cnum() local
1017 parg.p_string = errmsg; in next_cnum()
1018 error("invalid %s", &parg); in next_cnum()
1080 PARG parg; in opt_header() local
1082 parg.p_string = buf; in opt_header()
1083 error("Header (lines,columns,line-number) is %s", &parg); in opt_header()
1095 PARG parg; in opt_search_type() local
1123 parg.p_char = *s; in opt_search_type()
1124 error("invalid search option '%c'", &parg); in opt_search_type()
1144 parg.p_string = buf; in opt_search_type()
1145 error("search options: %s", &parg); in opt_search_type()