Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDoptfunc.c86 error("log file support is not available", NULL_PARG);
97 error("Input is not a pipe", NULL_PARG);
102 error("Log file is already in use", NULL_PARG);
114 error("No log file", NULL_PARG);
159 error("Invalid line fraction", NULL_PARG);
166 error("Invalid line number", NULL_PARG);
224 error("Invalid column fraction", NULL_PARG);
231 error("Invalid column number", NULL_PARG);
308 error("tags support is not available", NULL_PARG);
546 error("Missing fg color in -D", NULL_PARG);
[all …]
HDbrac.c49 error("Nothing in top line", NULL_PARG);
51 error("Nothing in bottom line", NULL_PARG);
63 error("No bracket in top line", NULL_PARG);
65 error("No bracket in bottom line", NULL_PARG);
99 error("No matching bracket", NULL_PARG);
HDcommand.c289 error("|done", NULL_PARG); in exec_mca()
949 error("Pattern not found", NULL_PARG);
1438 error("Command not available", NULL_PARG); in commands()
1504 error("Command not available", NULL_PARG); in commands()
1511 error("Command not available", NULL_PARG); in commands()
1522 error("Command not available", NULL_PARG); in commands()
1529 error("Cannot edit standard input", NULL_PARG); in commands()
1535 NULL_PARG); in commands()
1549 error("Command not available", NULL_PARG); in commands()
1560 error("No next file", NULL_PARG); in commands()
[all …]
HDjump.c36 error("Cannot seek to end of file", NULL_PARG); in jump_forw()
73 error("Cannot seek to end of buffers", NULL_PARG); in jump_forw_buffered()
106 error("Cannot seek to beginning of file", NULL_PARG);
146 ierror("Determining length of file", NULL_PARG);
151 error("Don't know length of file", NULL_PARG);
232 error("Cannot seek to that file position", NULL_PARG);
HDmark.c51 error("Invalid mark letter", NULL_PARG);
84 error("Cannot seek to end of file", NULL_PARG);
115 error("Mark not set", NULL_PARG);
231 error("Mark not in current file", NULL_PARG);
HDch.c243 error("seek error", NULL_PARG); in ch_get()
278 error("read error", NULL_PARG); in ch_get()
385 error("ch_ungetchar overrun", NULL_PARG);
404 ierror("Finishing logfile", NULL_PARG); in end_logfile()
445 NULL_PARG); in sync_logfile()
754 error("seek error to 0", NULL_PARG); in ch_flush()
HDoption.c318 error("No such option", NULL_PARG);
411 NULL_PARG);
431 NULL_PARG);
462 error(o->odesc[*(o->ovar)], NULL_PARG);
HDmain.c246 error("WARNING: terminal is not fully functional", NULL_PARG);
266 error("No filenames allowed with -t option", NULL_PARG);
328 error("Cannot allocate memory", NULL_PARG);
HDtags.c188 error("No tags file", NULL_PARG);
191 error("No such tag in tags file", NULL_PARG);
194 error("unknown tag type", NULL_PARG);
430 error("Tag not found", NULL_PARG); in ctagsearch()
HDpattern.c42 error("Invalid pattern", NULL_PARG);
56 error("Invalid pattern", NULL_PARG);
97 error("Invalid pattern", NULL_PARG);
HDlsystem.c304 error("Cannot seek to start position", NULL_PARG);
310 error("Cannot create pipe", NULL_PARG);
HDcharset.c163 error("invalid chardef", NULL_PARG);
172 error("chardef longer than 256", NULL_PARG);
222 error("invalid charset name", NULL_PARG);
HDdecode.c358 error("Warning: some commands disabled", NULL_PARG);
370 error("Warning: some edit commands disabled", NULL_PARG);
383 error("Warning: environment variables from lesskey file unavailable", NULL_PARG);
HDlinenum.c214 ierror("Calculating line numbers", NULL_PARG); in longloopmessage()
257 error("Line numbers turned off", NULL_PARG); in abort_long()
HDfilename.c875 error("LESSOPEN pipe is not supported", NULL_PARG);
893 error("Invalid LESSOPEN variable", NULL_PARG);
987 error("Invalid LESSCLOSE variable", NULL_PARG);
HDedit.c706 error("Missing filename (\"less --help\" for help)", NULL_PARG); in edit_stdin()
808 …answer = query("Overwrite, Append, or Don't log? (Type \"O\", \"A\", \"D\" or \"q\") ", NULL_PARG);
HDsearch.c352 error("No previous regular expression", NULL_PARG); in undo_search()
1408 error("No previous regular expression", NULL_PARG);
1414 error("Please re-enter search pattern", NULL_PARG);
1478 error("Nothing to search", NULL_PARG);
HDless.h314 #define NULL_PARG ((PARG *)NULL) macro