Home
last modified time | relevance | path

Searched refs:NULL_PARG (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/less/
H A Dbrac.c44 error("Nothing in top line", NULL_PARG); in match_brac()
46 error("Nothing in bottom line", NULL_PARG); in match_brac()
58 error("No bracket in top line", NULL_PARG); in match_brac()
60 error("No bracket in bottom line", NULL_PARG); in match_brac()
98 error("No matching bracket", NULL_PARG); in match_brac()
H A Djump.c35 error("Cannot seek to end of file", NULL_PARG); in jump_forw()
76 error("Cannot seek to end of buffers", NULL_PARG); in jump_forw_buffered()
107 error("Cannot seek to beginning of file", NULL_PARG); in jump_back()
147 ierror("Determining length of file", NULL_PARG); in jump_percent()
152 error("Don't know length of file", NULL_PARG); in jump_percent()
199 /** error("Cannot display text before header; use --header=- to disable header", NULL_PARG); */ in jump_loc()
261 error("Cannot seek to that file position", NULL_PARG); in jump_loc()
H A Doptfunc.c117 error("log file support is not available", NULL_PARG); in opt_o()
128 error("Input is not a pipe", NULL_PARG); in opt_o()
133 error("Log file is already in use", NULL_PARG); in opt_o()
147 error("No log file", NULL_PARG); in opt_o()
180 error("Invalid fraction", NULL_PARG); in opt_j()
190 error("Invalid number", NULL_PARG); in opt_j()
315 error("Error in lesskey content", NULL_PARG);
355 error("tags support is not available", NULL_PARG);
635 error("Set --use-color before changing colors", NULL_PARG); in opt_D()
770 error("-\" must be followed by 1 or 2 chars", NULL_PARG); in opt_quote()
[all...]
H A Dcommand.c337 error(done_msg, NULL_PARG);
919 error("Search hit top; continuing at bottom", NULL_PARG);
921 error("Search hit bottom; continuing at top", NULL_PARG);
1242 error("Pattern not found", NULL_PARG); in commands()
1755 error("Command not available", NULL_PARG); in commands()
1766 error("Command not available", NULL_PARG); in commands()
1779 error("Command not available", NULL_PARG); in commands()
1787 error("Command not available", NULL_PARG); in commands()
1799 error("Command not available", NULL_PARG); in commands()
1876 error("Command not available", NULL_PARG); in commands()
[all...]
H A Dmain.c147 error("WARNING: cannot use unicode arguments", NULL_PARG); in main()
412 error("WARNING: terminal is not fully functional", NULL_PARG); in quit()
431 error("No filenames allowed with -t option", NULL_PARG); in quit()
477 less_printf("Press RETURN to continue ", NULL_PARG);
508 error("Cannot allocate memory", NULL_PARG);
H A Dch.c245 error("seek error", NULL_PARG); in ch_get()
288 error("read error", NULL_PARG); in ch_get()
374 error("ch_ungetchar overrun", NULL_PARG);
394 ierror("Finishing logfile", NULL_PARG); in end_logfile()
437 NULL_PARG);
723 error("seek error to 0", NULL_PARG); in ch_flush()
H A Doption.c325 error("No such option", NULL_PARG); in toggle_option()
424 NULL_PARG); in toggle_option()
444 NULL_PARG); in toggle_option()
476 error(o->odesc[*(o->ovar)], NULL_PARG);
H A Dcharset.c191 error("invalid hex number(s) in LESSUTFCHARDEF", NULL_PARG); in ichardef_utf()
196 error("missing colon in LESSUTFCHARDEF", NULL_PARG); in ichardef_utf()
275 error("invalid chardef", NULL_PARG); in ichardef()
284 error("chardef longer than 256", NULL_PARG); in ichardef()
337 error("invalid charset name", NULL_PARG); in icharset()
H A Dtags.c181 error("No tags file", NULL_PARG); in findtag()
184 error("No such tag in tags file", NULL_PARG); in findtag()
187 error("unknown tag type", NULL_PARG); in findtag()
440 error("Tag not found", NULL_PARG); in ctagsearch()
H A Dlinenum.c209 ierror("Calculating line numbers", NULL_PARG); in longloopmessage()
265 error("Line numbers turned off", NULL_PARG); in find_linenum()
472 ierror("Determining length of file", NULL_PARG); in scan_eof()
H A Dmark.c148 error("Cannot seek to end of file", NULL_PARG); in getmark()
177 error("Mark not set", NULL_PARG); in getmark()
303 error("Mark not in current file", NULL_PARG); in markpos()
H A Dlsystem.c294 error("Cannot seek to start position", NULL_PARG); in pipe_data()
300 error("Cannot create pipe", NULL_PARG); in pipe_data()
H A Dpattern.c36 error("Invalid pattern", NULL_PARG); in compile_pattern2()
52 error("Invalid pattern", NULL_PARG); in compile_pattern2()
114 error("Invalid pattern", NULL_PARG); in compile_pattern2()
H A Ddecode.c462 error("Warning: some commands disabled", NULL_PARG); in getcc_int()
471 error("Warning: some edit commands disabled", NULL_PARG); in getcc_int()
485 error("Warning: environment variables from lesskey file unavailable", NULL_PARG);
H A Dfilename.c874 error("LESSOPEN pipe is not supported", NULL_PARG); in open_altfile()
894 error("LESSOPEN ignored: must contain exactly one %%s", NULL_PARG); in open_altfile()
985 error("LESSCLOSE ignored; must contain no more than 2 %%s", NULL_PARG); in is_dir()
H A Dsearch.c370 error("No previous regular expression", NULL_PARG); in clr_hlist()
1790 error("Nothing to search", NULL_PARG); in prep_hilite()
1798 error("OSC 8 link not found", NULL_PARG); in prep_hilite()
1904 error("No OSC8 link selected", NULL_PARG);
1909 error("Cannot find OSC8 link", NULL_PARG);
1933 error("Cannot open link containing dangerous characters", NULL_PARG);
1970 error("Cannot open link because your system does not support popen", NULL_PARG);
1981 error("No OSC8 link selected", NULL_PARG);
2069 error("No previous regular expression", NULL_PARG);
2076 error("Please re-enter search pattern", NULL_PARG);
[all...]
H A Dedit.c900 error("Missing filename (\"less --help\" for help)", NULL_PARG); in edit_stdin()
997 answer = query(OVERWRITE_OPTIONS" (Type \"O\", \"A\", \"D\" or \"Q\") ", NULL_PARG); in use_logfile()
H A Dless.h331 #define NULL_PARG ((PARG *)NULL)
336 #define NULL_PARG global() macro
H A Dcmdbuf.c1313 error("Integer is too big", NULL_PARG); in get_cmdbuf()
H A Dscreen.c160 error("SETCOLORS failed", NULL_PARG); }