Lines Matching defs:parg
112 PARG parg;
150 parg.p_string = namelogfile;
151 error("Log file \"%s\"", &parg);
201 PARG parg;
205 parg.p_int = value;
206 error(int_msg, &parg);
216 parg.p_string = buf;
217 error(frac_msg, &parg);
277 PARG parg;
284 parg.p_string = s;
285 error("Cannot use lesskey file \"%s\"", &parg);
294 PARG parg;
301 parg.p_string = s;
302 error("Cannot use lesskey source file \"%s\"", &parg);
381 PARG parg;
398 parg.p_string = tags;
399 error("Tags file \"%s\"", &parg);
444 PARG parg;
467 parg.p_string = prproto[pr_type];
468 error("%s", &parg);
757 PARG parg;
783 parg.p_string = buf;
784 error("quotes %s", &parg);
915 PARG parg;
923 parg.p_int = MAX_LINENUM_WIDTH;
924 error("Line number width must not be larger than %d", &parg);
939 PARG parg;
947 parg.p_int = MAX_STATUSCOL_WIDTH;
948 error("Status column width must not be larger than %d", &parg);
1017 PARG parg;
1018 parg.p_string = errmsg;
1019 error("invalid %s", &parg);
1085 PARG parg;
1087 parg.p_string = buf;
1088 error("Header (lines,columns,line-number) is %s", &parg);
1100 PARG parg;
1128 parg.p_char = *s;
1129 error("invalid search option '%c'", &parg);
1149 parg.p_string = buf;
1150 error("search options: %s", &parg);