Lines Matching refs:col
384 int col = 0, row = 0; in _nc_Link_Items() local
401 item->left = (col) ? in _nc_Link_Items()
410 item->right = ((col < (Number_Of_Columns - 1)) && in _nc_Link_Items()
418 Last_in_Column = (menu->rows - 1) * Number_Of_Columns + col; in _nc_Link_Items()
430 Number_Of_Items - 1 : col] : in _nc_Link_Items()
432 item->x = (short)col; in _nc_Link_Items()
434 if (++col == Number_Of_Columns) in _nc_Link_Items()
437 col = 0; in _nc_Link_Items()
448 item = menu->items[i = (col * Number_Of_Rows + row)]; in _nc_Link_Items()
452 item->left = (col) ? in _nc_Link_Items()
464 Last_in_Row = col * Number_Of_Rows + (Number_Of_Rows - 1); in _nc_Link_Items()
478 (col - 1) * Number_Of_Rows + row + 1]) : in _nc_Link_Items()
480 menu->items[col * Number_Of_Rows] : in _nc_Link_Items()
484 item->x = (short)col; in _nc_Link_Items()
488 col++; in _nc_Link_Items()