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

  /src/usr.bin/comm/
comm.c 71 const char *col1, *col2, *col3, **p; local in function:main
109 col1 = col2 = col3 = NULL;
113 col2 = *p++;
126 if (!file2done && col2)
127 show(fp2, col2, line2);
155 if (col2)
156 if (printf("%s%s\n", col2, line2) < 0)
  /src/games/rogue/
level.c 227 right_col = COL2-1;
232 left_col = COL2+1;
245 right_col = COL2-1;
250 left_col = COL2+1;
263 right_col = COL2-1;
268 left_col = COL2+1;
322 short row1, col1, row2, col2, dir; local in function:connect_rooms
331 put_door(&rooms[room2], RIGHT, &row2, &col2);
336 put_door(&rooms[room2], LEFT, &row2, &col2);
341 put_door(&rooms[room2], DOWN, &row2, &col2);
    [all...]
  /src/usr.bin/systat/
ifstat.c 63 static const int col2 = C2; variable in typeref:typename:const int
170 mvprintw(p->if_ypos, col2-3, "%s", (const char *)"in"); \
171 mvprintw(p->if_ypos+1, col2-3, "%s", (const char *)"out"); \
221 PUTRATE(col2, ifp->if_ypos);

Completed in 13 milliseconds