Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 25 of 62) sorted by relevance

123

/minix/tests/lib/libcurses/check_files/
H A DMakefile13 FILES+= addch.chk
14 FILES+= addchstr.chk
15 FILES+= addstr.chk
17 FILES+= bell.chk
23 FILES+= chgat1.chk
24 FILES+= chgat2.chk
25 FILES+= chgat3.chk
26 FILES+= clear1.chk
27 FILES+= clear2.chk
28 FILES+= clear3.chk
[all …]
/minix/tests/lib/libcurses/tests/
H A Dclear4 compare clear1.chk
11 compare clear2.chk
14 compare clear3.chk
17 compare clear4.chk
19 compare fill.chk
22 compare clear5.chk
29 compare clear6.chk
32 compare clear7.chk
34 comparend home.chk
35 compare fill.chk
[all …]
H A Dcopywin6 compare copywin1.chk
14 compare copywin2.chk
17 compare copywin3.chk
22 compare copywin4.chk
30 compare copywin5.chk
33 compare copywin6.chk
38 compare copywin7.chk
46 compare copywin8.chk
54 compare copywin9.chk
57 compare copywin10.chk
[all …]
H A Dassume_default_colors5 compare color_start.chk
7 compare color_default.chk
11 compare color_blue_back.chk
15 compare color_red_fore.chk
19 compare color_default.chk
H A Dbackground5 compare background1.chk
8 compare background2.chk
14 compare background3.chk
18 compare background4.chk
22 compare background5.chk
H A Dcurs_set3 compare curs_set1.chk
5 compare curs_set2.chk
7 compare curs_set3.chk
H A Dcolor_set4 comparend color_start.chk
5 compare color_blank_draw.chk
10 compare color_set.chk
H A Dchgat6 compare chgat1.chk
9 compare chgat2.chk
14 compare chgat3.chk
H A Dstart_color4 comparend color_start.chk
5 compare color_blank_draw.chk
H A Dwborder4 compare wborder.chk
6 compare wborder_refresh.chk
H A Dgetstr4 compare wgetstr.chk
6 compare wgetstr_refresh.chk
H A Dbox5 compare wborder.chk
8 compare box_standout.chk
H A Dwscrl6 compare wscrl1.chk
11 compare wscrl2.chk
H A Dstart3 compare curses_start.chk
H A Daddstr4 compare addstr.chk
H A Daddch4 compare addch.chk
H A Dwindow_create4 compare window.chk
H A Daddchstr4 compare addchstr.chk
H A Daddnstr5 compare addstr.chk
H A Dbeep5 compare bell.chk
H A Dwprintw6 compare wprintw_refresh.chk
/minix/external/bsd/flex/dist/
H A Dtblcmp.c304 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk()
372 if (chk[i - 1] == 0) {
374 if (chk[i] == 0)
406 for (chk_ptr = &chk[i + 1];
429 zero_out ((char *) chk, in inittbl()
470 chk[tblend] = jamstate; in mkdeftbl()
628 while (chk[firstfree] != 0)
634 chk[firstfree] = state;
780 chk[position - 1] = 1;
785 chk[position] = 1;
[all …]
H A Dgen.c272 chk[tblend + 1] = numecs + 1; in mkctbl()
285 chk[offset] = EOB_POSITION; in mkctbl()
301 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl()
307 tdata[curr++] = chk[i]; in mkctbl()
406 chk[offset] = EOB_POSITION; in genctbl()
412 if (chk[i] == EOB_POSITION) in genctbl()
418 else if (chk[i] > numecs || chk[i] == 0) in genctbl()
424 chk[i])); in genctbl()
1479 if (chk[i] == 0) in gentabs()
1482 mkdata (chk[i]); in gentabs()
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjxref.pl110 my ($chk) = @_;
111 if (!exists $oid_tbl{$chk})
113 die "Not Found \"$chk\"\n";
/minix/games/snake/snake/
H A Dsnake.c118 static int chk(const struct point *);
722 chk(&p); in snap()
726 chk(&p); in snap()
730 chk(&p); in snap()
734 chk(&p); in snap()
753 chk(&p); in stretch()
760 chk(&p); in stretch()
773 chk(&p); in stretch()
780 chk(&p); in stretch()
920 chk(const struct point *sp) in chk() function

123