HomeSort by: relevance | last modified time | path
    Searched refs:NULL_POSITION (Results 1 - 9 of 9) sorted by relevancy

  /src/distrib/utils/more/
input.c 71 if (curr_pos == NULL_POSITION || ch_seek(curr_pos))
72 return (NULL_POSITION);
76 return (NULL_POSITION);
82 return (NULL_POSITION);
118 return (NULL_POSITION);
141 if (curr_pos == NULL_POSITION || curr_pos <= (off_t)0 ||
143 return (NULL_POSITION);
164 return (NULL_POSITION);
166 return (NULL_POSITION);
177 return (NULL_POSITION);
    [all...]
position.c 127 for (a = 0; a < sc_height && table[a] == NULL_POSITION; a++);
130 table[a] = NULL_POSITION;
151 table[i] = NULL_POSITION;
prim.c 81 if (pos == NULL_POSITION || pos == ch_length())
160 if (pos == NULL_POSITION) {
166 if (position(TOP) == NULL_POSITION) {
223 if (pos == NULL_POSITION)
271 if (pos == NULL_POSITION)
296 if (pos == NULL_POSITION)
414 if ((len = ch_length()) == NULL_POSITION)
475 if (tpos != NULL_POSITION && pos < tpos) {
525 marks[i] = NULL_POSITION;
575 if (pos == NULL_POSITION)
    [all...]
less.h 35 #define NULL_POSITION ((off_t)(-1))
line.c 422 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
424 return (NULL_POSITION);
466 if (curr_pos == NULL_POSITION || curr_pos <= (off_t)0 ||
468 return (NULL_POSITION);
linenum.c 277 if (pos == NULL_POSITION)
325 if (sigs || cpos == NULL_POSITION)
357 if (sigs || cpos == NULL_POSITION)
389 if ((pos = position(where)) == NULL_POSITION)
main.c 91 initial_pos = NULL_POSITION;
186 if (initial_pos != NULL_POSITION)
201 if (quit_at_eof || position(TOP) == NULL_POSITION)
command.c 163 if (position(TOP) == NULL_POSITION) {
164 if (forw_line((off_t)0) == NULL_POSITION)
193 if ((pos = position(BOTTOM)) != NULL_POSITION) {
219 (pos = position(BOTTOM)) != NULL_POSITION &&
242 if (cp > cmdbuf && position(TOP) == NULL_POSITION) {
ch.c 424 ch_fsize = NULL_POSITION;

Completed in 19 milliseconds