Lines Matching refs:shape_table

1979 cursorentry_T shape_table[SHAPE_IDX_COUNT] =  variable
2094 if (STRNICMP(modep, shape_table[idx].name, len) in parse_shape_opt()
2098 || (shape_table[idx].used_for & what) == 0) in parse_shape_opt()
2114 shape_table[idx].mshape = 0; in parse_shape_opt()
2120 shape_table[idx].shape = SHAPE_BLOCK; in parse_shape_opt()
2121 shape_table[idx].blinkwait = 700L; in parse_shape_opt()
2122 shape_table[idx].blinkon = 400L; in parse_shape_opt()
2123 shape_table[idx].blinkoff = 250L; in parse_shape_opt()
2140 shape_table[idx].mshape = in parse_shape_opt()
2150 shape_table[idx].mshape = i; in parse_shape_opt()
2187 shape_table[idx].shape = SHAPE_VER; in parse_shape_opt()
2189 shape_table[idx].shape = SHAPE_HOR; in parse_shape_opt()
2190 shape_table[idx].percentage = n; in parse_shape_opt()
2196 shape_table[idx].blinkwait = n; in parse_shape_opt()
2198 shape_table[idx].blinkon = n; in parse_shape_opt()
2200 shape_table[idx].blinkoff = n; in parse_shape_opt()
2206 shape_table[idx].shape = SHAPE_BLOCK; in parse_shape_opt()
2228 shape_table[idx].id = syn_check_group(p, in parse_shape_opt()
2230 shape_table[idx].id_lm = shape_table[idx].id; in parse_shape_opt()
2232 shape_table[idx].id = i; in parse_shape_opt()
2254 shape_table[SHAPE_IDX_VE].mshape = shape_table[SHAPE_IDX_V].mshape; in parse_shape_opt()
2259 shape_table[SHAPE_IDX_VE].shape = shape_table[SHAPE_IDX_V].shape; in parse_shape_opt()
2260 shape_table[SHAPE_IDX_VE].percentage = in parse_shape_opt()
2261 shape_table[SHAPE_IDX_V].percentage; in parse_shape_opt()
2262 shape_table[SHAPE_IDX_VE].blinkwait = in parse_shape_opt()
2263 shape_table[SHAPE_IDX_V].blinkwait; in parse_shape_opt()
2264 shape_table[SHAPE_IDX_VE].blinkon = in parse_shape_opt()
2265 shape_table[SHAPE_IDX_V].blinkon; in parse_shape_opt()
2266 shape_table[SHAPE_IDX_VE].blinkoff = in parse_shape_opt()
2267 shape_table[SHAPE_IDX_V].blinkoff; in parse_shape_opt()
2268 shape_table[SHAPE_IDX_VE].id = shape_table[SHAPE_IDX_V].id; in parse_shape_opt()
2269 shape_table[SHAPE_IDX_VE].id_lm = shape_table[SHAPE_IDX_V].id_lm; in parse_shape_opt()
2365 && old_mouse_shape != shape_table[SHAPE_IDX_CLINE].mshape in update_mouseshape()
2366 && old_mouse_shape != shape_table[SHAPE_IDX_STATUS].mshape in update_mouseshape()
2367 && old_mouse_shape != shape_table[SHAPE_IDX_VSEP].mshape) in update_mouseshape()
2370 new_mouse_shape = shape_table[get_shape_idx(TRUE)].mshape; in update_mouseshape()
2372 new_mouse_shape = shape_table[shape_idx].mshape; in update_mouseshape()