HomeSort by: relevance | last modified time | path
    Searched defs:col1 (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;
111 col1 = *p++;
131 if (!file1done && col1)
132 show(fp1, col1, line1);
149 if (col1)
150 if (printf("%s%s\n", col1, line1) < 0)
  /src/games/rogue/
level.c 221 right_col = COL1-1;
226 left_col = COL1+1;
239 right_col = COL1-1;
244 left_col = COL1+1;
257 right_col = COL1-1;
262 left_col = COL1+1;
322 short row1, col1, row2, col2, dir; local in function:connect_rooms
330 put_door(&rooms[room1], LEFT, &row1, &col1);
335 put_door(&rooms[room1], RIGHT, &row1, &col1);
340 put_door(&rooms[room1], UPWARD, &row1, &col1);
    [all...]
  /src/usr.sbin/sysinst/
bsddisklabel.c 185 char col1[70], desc[MENUSTRSIZE]; local in function:draw_size_menu_header
214 snprintf(col1, sizeof col1, "%s (%s)", msg_string(MSG_ptnheaders_size),
217 " %-37.37s %s\n %s", col1,

Completed in 14 milliseconds