Lines Matching defs:syntax
315 /* first argument is syntax table */
357 mode_infos[num_mode_infos].syntax = NULL;
371 mode_infos[i].syntax == NULL &&
374 mode_infos[i].syntax =
484 LispObj *syntax, *name;
498 * syntax definition for the file being loaded */
500 syntax = APPLY1(Oauto_mode, name);
502 syntax = APPLY2(Oauto_mode, name, symbol);
507 if (syntax != NIL) {
512 item->xldata->syntax = syntax;
514 /* Apply the syntax highlight to the current buffer */
516 arguments.data.cons.car = syntax;
554 * for some syntax-definitions, or will just not properly repaint the
569 LispObj *syntax = data->syntax;
602 /* Check properties in the modified text. If a complex nested syntax
607 * becomes noticeable slow, better to rethink the syntax definition. */
662 interactive_arguments[0].data.cons.car = syntax;
673 * continued when the syntax table stack did not finish. */
774 * This callback is called if the syntax table where the cursor is located
794 APPLY2(indentp, data->syntax, data->syntable);