Searched defs:xlate (Results 1 - 4 of 4) sorted by relevance

/external/strace/
H A Dxlate.el32 (global-set-key "\C-cG" 'grab-xlate)
33 (global-set-key "\C-cB" 'build-xlate)
35 (defvar xlate-list nil
36 "See grab-xlate and build-xlate.")
38 (defun grab-xlate (beg end)
39 "Grab all of the defined names in the region and save them in xlate-list."
42 (setq xlate-list nil)
47 (setq xlate-list (cons (buffer-substring (match-beginning 1)
49 xlate
[all...]
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) { function
80 (next=xlate(p, "AA1 R", ")r")) || // odd AA D
81 (next=xlate(p, "AA0", "o")) || // odd AA D
82 (next=xlate(p, "AA1", "o")) || // odd AA D
83 (next=xlate(p, "AA2", "o")) || // odd AA D
85 (next=xlate(p, "AE0", "a")) || // at AE T
86 (next=xlate(p, "AE1", "a")) || // at AE T
87 (next=xlate(p, "AE2", "a")) || // at AE T
89 // (next=xlate(p, "AH0 L", "L")) || // drops accuracy by 1%
90 (next=xlate(
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddir_iterate.c134 struct xlate { struct
148 struct xlate *xl = (struct xlate *) priv_data;
164 struct xlate xl;
H A Dblock.c612 struct xlate { struct
628 struct xlate *xl = (struct xlate *) priv_data;
643 struct xlate xl;

Completed in 1443 milliseconds