Lines Matching defs:syn_pattern
48 typedef struct syn_pattern struct
50 char sp_type; // see SPTYPE_ defines below
51 char sp_syncing; // this item used for syncing
52 short sp_syn_match_id; // highlight group ID of pattern
53 short sp_off_flags; // see below
54 int sp_offsets[SPO_COUNT]; // offsets
55 int sp_flags; // see HL_ defines below
57 int sp_cchar; // conceal substitute character
59 int sp_ic; // ignore-case flag for sp_prog
60 int sp_sync_idx; // sync item index (syncing only)
84 #define SYN_ITEMS(buf) ((synpat_T *)((buf)->b_syn_patterns.ga_data)) argument