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

/macosx-10.10.1/nano-12/src/
H A Dnano.c772 print_opt(_("-Q <str>"), _("--quotestr=<str>"),
1680 {"quotestr", 1, NULL, 'Q'},
1827 quotestr = mallocstrcpy(quotestr, optarg);
1961 char *quotestr_cpy = quotestr;
1976 quotestr = NULL;
2002 free(quotestr);
2003 quotestr = quotestr_cpy;
2063 /* If quotestr wasn't specified, set its default value. */
2064 if (quotestr
[all...]
H A Dglobal.c97 char *quotestr = NULL; variable
1391 if (quotestr != NULL)
1392 free(quotestr);
H A Dproto.h68 extern char *quotestr;
H A Drcfile.c63 {"quotestr", 0},
793 "quotestr") == 0)
794 quotestr = option;
H A Dtext.c1043 * quotestr. */
1059 while (strncmp(line + qdepth, quotestr, quotelen) == 0)
1272 statusbar(_("Bad quote string %s: %s"), quotestr, quoteerr);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnanorc.vim40 \ punct quotestr speller whitespace

Completed in 205 milliseconds