Lines Matching defs:c
1 /* $Id: tbl_layout.c,v 1.52 2025/07/16 14:33:08 schwarze Exp $ */
3 * Copyright (c) 2012, 2014, 2015, 2017, 2020, 2021, 2025
5 * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
42 { 'c', TBL_CELL_CENTRE },
178 ln, *pos - 1, "%c", p[*pos - 1]);
217 enum tbl_cellt c;
239 /* Parse the column position (`c', `l', `r', ...). */
247 ln, *pos, "%c", p[*pos]);
251 c = keys[i].key;
255 if (c == TBL_CELL_SPAN) {
260 c = rp->last->pos;
261 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row)
268 mods(tbl, cell_alloc(tbl, rp, c), ln, p, pos);