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

  /src/usr.bin/xlint/lint1/
err.c 476 update_location(const char *filename, int lineno, bool is_begin, bool is_end)
491 if (is_end) {
lex.c 1021 bool *is_begin, bool *is_end, bool *is_system)
1025 *is_end = false;
1040 *is_end = true;
1096 bool is_begin, is_end, is_system; local
1097 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1098 update_location(curr_pos.p_file, (int)ln, is_begin, is_end);
  /src/sbin/fdisk/
fdisk.c 806 pr_cyls(daddr_t sector, int is_end)
816 if (is_end) {

Completed in 32 milliseconds