Home
last modified time | relevance | path

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

/dragonfly/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()
228 error("Cannot seek to that file position", NULL_PARG); in jump_loc()
H A Doptfunc.c120 error("Input is not a pipe", NULL_PARG); in opt_o()
125 error("Log file is already in use", NULL_PARG); in opt_o()
139 error("No log file", NULL_PARG); in opt_o()
177 error("Invalid line fraction", NULL_PARG); in opt_j()
184 error("Invalid line number", NULL_PARG); in opt_j()
237 error("Invalid column fraction", NULL_PARG); in opt_shift()
244 error("Invalid column number", NULL_PARG); in opt_shift()
333 error("tags support is not available", NULL_PARG); in opt_t()
822 error("Use \"h\" for help", NULL_PARG); in opt_query()
976 error("invalid number of lines", NULL_PARG); in opt_header()
[all …]
H A Dcommand.c328 error("|done", NULL_PARG); in exec_mca()
1152 error("Pattern not found", NULL_PARG); in multi_search()
1664 error("Command not available", NULL_PARG); in commands()
1741 error("Command not available", NULL_PARG); in commands()
1761 NULL_PARG); in commands()
1786 error("No next file", NULL_PARG); in commands()
1809 error("No previous file", NULL_PARG); in commands()
1832 error("No next tag", NULL_PARG); in commands()
1857 error("No previous tag", NULL_PARG); in commands()
1879 error("No such file", NULL_PARG); in commands()
[all …]
H A Dmain.c238 error("WARNING: terminal is not fully functional", NULL_PARG); in main()
257 error("No filenames allowed with -t option", NULL_PARG); in main()
297 less_printf("Press RETURN to continue ", NULL_PARG); in main()
324 error("Cannot allocate memory", NULL_PARG); in out_of_memory()
H A Dch.c244 error("seek error", NULL_PARG); in ch_get()
288 error("read error", NULL_PARG); in ch_get()
367 error("ch_ungetchar overrun", NULL_PARG); in ch_ungetchar()
385 ierror("Finishing logfile", NULL_PARG); in end_logfile()
428 NULL_PARG); in sync_logfile()
731 error("seek error to 0", NULL_PARG); in ch_flush()
H A Doption.c310 error("No such option", NULL_PARG); in toggle_option()
403 NULL_PARG); in toggle_option()
423 NULL_PARG); in toggle_option()
454 error(o->odesc[*(o->ovar)], NULL_PARG); in toggle_option()
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.c210 ierror("Calculating line numbers", NULL_PARG); in longloopmessage()
253 error("Line numbers turned off", NULL_PARG); in abort_long()
471 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.c295 error("Cannot seek to start position", NULL_PARG); in pipe_data()
301 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.c405 error("Warning: some commands disabled", NULL_PARG); in add_fcmd_table()
414 error("Warning: some edit commands disabled", NULL_PARG); in add_ecmd_table()
423 error("Warning: environment variables from lesskey file unavailable", NULL_PARG); in add_var_table()
H A Dfilename.c853 error("LESSOPEN pipe is not supported", NULL_PARG); in open_altfile()
873 error("LESSOPEN ignored: must contain exactly one %%s", NULL_PARG); in open_altfile()
965 error("LESSCLOSE ignored; must contain no more than 2 %%s", NULL_PARG); in close_altfile()
H A Dsearch.c349 error("No previous regular expression", NULL_PARG); in undo_search()
1513 error("No previous regular expression", NULL_PARG); in search()
1520 error("Please re-enter search pattern", NULL_PARG); in search()
1589 error("Nothing to search", NULL_PARG); in search()
H A Dedit.c904 error("Missing filename (\"less --help\" for help)", NULL_PARG); in edit_stdin()
1001 answer = query(OVERWRITE_OPTIONS" (Type \"O\", \"A\", \"D\" or \"Q\") ", NULL_PARG); in use_logfile()
H A Dless.h336 #define NULL_PARG ((PARG *)NULL) macro
H A Dcmdbuf.c1296 error("Integer is too big", NULL_PARG); in cmd_int()
H A Dscreen.c172 error("SETCOLORS failed", NULL_PARG); }