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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c91 char **filematch; member in struct:editorSyntax
561 while(s->filematch[i]) {
563 int patlen = strlen(s->filematch[i]);
564 if ((p = strstr(filename,s->filematch[i])) != NULL) {
565 if (s->filematch[i][0] != '.' || p[patlen] == '\0') {

Completed in 21 milliseconds