Searched refs:no_scs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dsearch.c76 int no_scs; /* no smarcase for this pattern */ member in struct:spat
169 no_smartcase = spats[i].no_scs;
286 spats[idx].no_scs = no_smartcase;
459 spats[idx].no_scs = FALSE;
5308 int no_scs = FALSE; local
5339 no_scs = TRUE;
5372 spats[idx].no_scs = no_scs;
5414 spats[idx].no_scs ? 's' : 'S', /* smartcase */

Completed in 83 milliseconds