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

/macosx-10.10.1/nano-12/src/
H A Dcolor.c116 if (syntaxstr != NULL) {
119 if (strcmp(syntaxstr, "none") == 0)
124 if (strcmp(tmpsyntax->desc, syntaxstr) == 0)
H A Dglobal.c174 char *syntaxstr = NULL; variable
1458 if (syntaxstr != NULL)
1459 free(syntaxstr);
H A Dproto.h118 extern char *syntaxstr;
H A Dnano.c1860 syntaxstr = mallocstrcpy(syntaxstr, optarg);

Completed in 86 milliseconds