HomeSort by relevance Sort by last modified time
    Searched refs:vterm_color_indexed (Results 1 - 2 of 2) sorted by null

  /external/libvterm/src/
pen.c 107 vterm_color_indexed(col, args[0]);
154 vterm_color_indexed(colp, col);
  /external/libvterm/include/
vterm.h 64 VTERM_COLOR_INDEXED = 0x01,
98 (((col)->type & VTERM_COLOR_TYPE_MASK) == VTERM_COLOR_INDEXED)
101 * Returns true if the VTERM_COLOR_INDEXED `type` flag is set, indicating that
187 static inline void vterm_color_indexed(VTermColor *col, uint8_t idx) function
189 col->type = VTERM_COLOR_INDEXED;

Completed in 43 milliseconds