Lines Matching refs:end
21 begin: LISP_SIMPLE_NUMBER_RE, end: '^' property
25 begin: '#b[0-1]+(/[0-1]+)?', end: '^' property
29 begin: '#o[0-7]+(/[0-7]+)?', end: '^' property
33 begin: '#x[0-9a-f]+(/[0-9a-f]+)?', end: '^' property
37 begin: '#c\\(' + LISP_SIMPLE_NUMBER_RE + ' +' + LISP_SIMPLE_NUMBER_RE, end: '\\)' property
41 begin: ';', end: '$' property
45 begin: '[\'`]\\(', end: '\\)', property
50 begin: '\\(quote ', end: '\\)', property
57 begin: '\\(', end: '\\)', property
62 begin: '\\(', end: '\\)', property
67 begin: LISP_IDENT_RE, end: '^', property
77 begin: '[:&]' + LISP_IDENT_RE, end: '^' property
81 begin: '\\*', end: '\\*' property
85 begin: '\\b(t{1}|nil)\\b', end: '^' property