Home
last modified time | relevance | path

Searched defs:col2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/games/rogue/
H A Dlevel.c322 short row1, col1, row2, col2, dir; in connect_rooms() local
429 draw_simple_passage(short row1, short col1, short row2, short col2, short dir) in draw_simple_passage()
710 hide_boxed_passage(short row1, short col1, short row2, short col2, short n) in hide_boxed_passage()
H A Dmove.c303 can_move(int row1, int col1, int row2, int col2) in can_move()
/netbsd-src/usr.bin/comm/
H A Dcomm.c71 const char *col1, *col2, *col3, **p; in main() local
/netbsd-src/usr.bin/systat/
H A Difstat.c63 static const int col2 = C2; variable
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_rh.c160 RZ3SetupHWC(struct grf_softc *gp, unsigned char col1, unsigned col2, in RZ3SetupHWC()
/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c325 unsigned col1, unsigned col2, in tab_mat_product()
1535 static void swap_cols(struct isl_tab *tab, int col1, int col2) in swap_cols()
H A Disl_tab_pip.c1214 int row, int col1, int col2, isl_int tmp) in lexmin_col_pair()