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