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

/macosx-10.10.1/nano-12/src/
H A Dcolor.c35 const syntaxtype *this_syntax = syntaxes;
122 for (tmpsyntax = syntaxes; tmpsyntax != NULL;
136 for (tmpsyntax = syntaxes; tmpsyntax != NULL;
H A Dglobal.c172 syntaxtype *syntaxes = NULL; variable
173 /* The global list of color syntaxes. */
1460 while (syntaxes != NULL) {
1461 syntaxtype *bill = syntaxes;
1463 free(syntaxes->desc);
1464 while (syntaxes->extensions != NULL) {
1465 exttype *bob = syntaxes->extensions;
1467 syntaxes->extensions = bob->next;
1475 while (syntaxes->color != NULL) {
1476 colortype *bob = syntaxes
[all...]
H A Drcfile.c105 /* The end of the list of syntaxes. */
237 * global list of color syntaxes. */
268 for (tmpsyntax = syntaxes; tmpsyntax != NULL;
279 if (syntaxes == NULL) {
280 syntaxes = (syntaxtype *)nmalloc(sizeof(syntaxtype));
281 endsyntax = syntaxes;
457 if (syntaxes == NULL) {
H A Dproto.h117 extern syntaxtype *syntaxes;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsimple.el4146 (syntaxes (if really-word "w" "w_"))
4147 (not-syntaxes (concat "^" syntaxes)))
4148 (skip-syntax-backward syntaxes) (setq start (point))
4150 (skip-syntax-forward syntaxes) (setq end (point))
4155 (skip-syntax-backward not-syntaxes
4162 (skip-syntax-forward not-syntaxes
4166 (skip-syntax-forward syntaxes)
4169 (skip-syntax-backward syntaxes)
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1510 ( C<< S<< key => 'value' >> >> ) or in one of the Perl 6 option syntaxes

Completed in 121 milliseconds