Searched +refs:rx +refs:to +refs:string (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el0 ;;; rx.el --- sexp notation for regular expressions
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
44 ;; ,<exp>, (word ...), word+, posix-string, and character class forms.
48 ;; and greediness are controlled by variables external to the regexp,
49 ;; and you need to feed the forms to the `posix-' functions to get
53 ;; usual string notation. The translation can be done at compile-time
54 ;; by using the `rx' macro. It can be done at run-time by calling
55 ;; function `rx
666 (defmacro rx (&rest regexps) function
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dperl6.vim12 " can parse. But I'll do my best to get vim to.
16 " in your ~/.vimrc. But that will infringe on Perl 5, so you might want to
25 " * Allow more keywords to match as function calls(leave() is export(), etc)
32 " :to, :heredoc
39 " expects ��*�� to be a string or a hyperoperator. The latter is presumably
42 " * Arbitrary number, order, and negation of adverbs to Q//, q//, qq//.
47 " If you want to have Pir code inside Q:PIR// strings highlighted, do:
53 " Some less than crucial things have been made optional to spee
[all...]
H A Dvera.vim7 " add this line to your colorscheme:
11 " (change the value for guibg to any color you like)
39 syn keyword veraType reg string enum event bit
102 syn keyword veraInterface NRZ NRZ NSAMPLE PHOLD PR0 PR1 PRX PRZ r0 r1 rx snr
185 " need to use a special type of veraString: veraCommentString, which also ends on
261 " The above causes veraCppOut2 to catch on:
322 HiLink veraOctalZero PreProc " link this to Error if you want
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab28 # the description string may have one printf format spec for the
33 0 string 070707 cpio archive application/pax
36 +76 string DELTA!!! , delta, version 88
38 0 string 070701 System V asc cpio archive application/pax
39 +110 string * , [ %s ... ]
40 0 string 070702 System V aschk cpio archive application/pax
41 +110 string * , [ %s ... ]
48 0 string MSCF ms cabinet archive application/pax
52 0 string \x52\x61\x72\x21\x1a\x07 rar archive application/pax
62 +4 string * , versio
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c19 along with GNU Emacs; see the file COPYING. If not, write to
73 /* This is to get the definitions of the XK_ symbols. */
100 /* File descriptor to use for input. */
123 Lisp_Object *args; /* Points to vector of args. */
125 args points to slot holding list of
154 It's easier to staticpro a single Lisp_Object than an array. */
162 /* This vector is used as a buffer to record the events that were actually read
194 It's called with one argument, the help string to display. */
198 /* If a string, th
5171 int textpos = -1, rx = -1, ry = -1; local
5189 Lisp_Object string; local
5212 Lisp_Object string; local
5514 Lisp_Object pos, string; local
8166 Lisp_Object *to, *from; local
9239 Lisp_Object string; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
36 ;; are embedded inside a text document, the feature similar to the
45 ;; appropriate formatting only to the cell contents. If necessary for
61 ;; in his Emacs exploration he asked me "Tak, what is a command to
71 ;; is how to realize localized rectangular editing effect. Emacs has
77 ;; deletion of a character to a table cell can be trapped by a
78 ;; function that copies the cell rectangle to a temporary buffer then
79 ;; apply the insertion/deletion to the temporary contents. Then it
80 ;; formats the contents by filling the paragraphs in order to fit it
81 ;; into the original rectangular area and finally copy it back to th
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c5 ** unit. This allows many compilers to do optimizations that would not be
10 ** This file is all you need to compile SQLite. To use SQLite in other
12 ** the programming interface to the SQLite library. (If you do not have
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
16 ** if you want a wrapper to interface SQLite with your choice of programming
32 ** The author disclaims copyright to this source code. In place of
57 ** on a recent machine (ex: Red Hat 7.2) but you want your code to work
86 ** The author disclaims copyright to this source code. In place of
103 ** to count the size: 2^31-1 or 2147483647.
133 ** It used to b
46932 int rx; local
[all...]

Completed in 265 milliseconds