Lines Matching refs:status

396     status;			/* Status of the file pointer. */  member
793 if (q->status == OPEN in cols_ready_to_print()
794 || q->status == FF_FOUND /* With -b: To print a header only */ in cols_ready_to_print()
1365 p->status = OPEN; in init_fps()
1379 p->status = OPEN; in init_fps()
1502 p->status = OPEN; in open_file()
1519 if (p->status == CLOSED) in close_file()
1536 q->status = CLOSED; in close_file()
1545 p->status = CLOSED; in close_file()
1568 q->status = FF_FOUND; in hold_file()
1570 q->status = ON_HOLD; in hold_file()
1573 p->status = ON_HOLD; in hold_file()
1589 if (p->status == ON_HOLD) in reset_status()
1591 p->status = OPEN; in reset_status()
1597 if (column_vector->status == CLOSED) in reset_status()
1722 if (p->status == OPEN) in init_page()
1732 if (p->status == OPEN) in init_page()
1816 if (p->lines_to_print > 0 || p->status == FF_FOUND) in print_page()
1832 if (parallel_files && p->status != OPEN) in print_page()
1836 else if (p->status == CLOSED in print_page()
1837 || (p->status == ON_HOLD && FF_only)) in print_page()
1873 if (p->status == OPEN) in print_page()
1969 if (p->status == OPEN) /* Redundant. Clean up. */ in store_columns()
1976 if (p->status == OPEN in store_columns()
2336 if (p->status == OPEN) in skip_to_page()
2341 if (p->status == OPEN) in skip_to_page()
2346 if (p->status != CLOSED) in skip_to_page()
2347 p->status = ON_HOLD; in skip_to_page()
2588 if (p->status == FF_FOUND) in print_stored()
2592 q->status = ON_HOLD; in print_stored()
2749 usage (int status) in usage() argument
2751 if (status != EXIT_SUCCESS) in usage()
2865 exit (status); in usage()