Searched refs:Char (Results 1 - 25 of 269) sorted by relevance

1234567891011

/macosx-10.10/tcsh-65/tcsh/win32/
H A Dnt.const.c36 Char STRoldtitle[] = { 'o', 'l', 'd', 't', 'i', 't', 'l', 'e', '\0' };
37 Char STRNTlamepathfix[] = { 'N', 'T', 'l', 'a', 'm', 'e', 'p', 'a', 't', 'h',
39 Char STRtcshlang[] = { 'T', 'C', 'S', 'H', 'L', 'A', 'N', 'G', '\0' };
40 Char STRtcshsubsthb[] = { 'T', 'C', 'S', 'H', 'S', 'U', 'B', 'S', 'T',
42 Char STRtcshonlystartexes[] = { 'T', 'C', 'S', 'H', 'O', 'N', 'L', 'Y', 'S',
44 Char STRNTslowexec[] = {'N','T','s','l','o','w','e','x','e','c','\0'};
46 Char STRNTcaseifypwd[]={'N','T','c','a','s','e','i','f','y','p','w','d','\0'};
47 Char STRdotEXE[] = {'.','E','X','E','\0'};
49 Char STRNTnoquoteprotect[]={'N','T','n','o','q','u','o','t','e','p','r','o','t','e','c','t','\0'};
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.const.c37 Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
38 Char STRautologout[] = { 'a', 'u', 't', 'o', 'l', 'o', 'g', 'o', 'u', 't',
40 Char STRdefautologout[] = { '6', '0', '\0' };
42 Char STRrootdefautologout[] = { '1', '5', '\0' };
44 Char STRautomatic[] = { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c',
46 Char STRhangup[] = { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
47 Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
48 Char STRtty[] = { 't', 't', 'y', '\0' };
49 Char STRptssl[] = { 'p', 't', 's', '/', '\0' };
50 Char STRan
[all...]
H A Ded.decls.h39 extern int InsertStr (Char *);
66 extern void dosetty (Char **, struct command *);
83 extern void SetAttributes (Char);
84 extern void so_write (Char *, int);
89 extern void Insert_write (Char *, int);
93 extern void EchoTC (Char **);
95 extern int IsArrowKey (Char *);
124 extern CCRETVAL e_unassigned (Char);
125 extern CCRETVAL e_insert (Char);
126 extern CCRETVAL e_newline (Char);
[all...]
H A Dsh.decls.h39 extern Char *gethdir (const Char *);
40 extern void dosource (Char **, struct command *);
42 extern void goodbye (Char **, struct command *);
43 extern void importpath (Char *);
60 extern void dinit (Char *);
61 extern void dodirs (Char **, struct command *);
62 extern Char *dcanon (Char *, Char *);
[all...]
H A Dtw.decls.h39 extern void do_help (const Char *);
44 extern Char *dollar (const Char *);
46 extern int tenematch (Char *, int, COMMAND);
48 int, Char *, eChar);
50 extern int starting_a_command (Char *, Char *);
52 extern void print_by_column (Char *, Char *[], int, int);
53 extern int StrQcmp (const Char *, cons
[all...]
H A Dtc.decls.h58 extern void showall (Char **, struct command *);
63 extern void dobindkey (Char **, struct command *);
80 extern Char *expand_lex (const struct wordent *, int, int);
81 extern Char *sprlex (const struct wordent *);
82 extern Char *Itoa (int, size_t, Char);
83 extern void dolist (Char **, struct command *);
84 extern void dotermname (Char **, struct command *);
85 extern void dotelltc (Char **, struct command *);
86 extern void doechotc (Char **, struc
[all...]
H A Dtc.nls.h40 extern int NLSWidth(Char);
41 extern int NLSStringWidth (const Char *);
47 extern Char *NLSChangeCase (const Char *, int);
48 extern int NLSClassify (Char, int);
H A Dsh.dol.c50 static Char Dpeekc; /* Peek for DgetC */
52 static Char *Dcp, *const *Dvp; /* Input vector for Dreadc */
66 static Char *dolp; /* Remaining chars from this word */
67 static Char **dolnxt; /* Further words */
73 static Char **Dfix2 (Char *const *);
76 static void dolerror (Char *);
80 static void setDolp (Char *);
83 static void Dtestq (Char);
92 Char **p
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dparse.h43 protected int parse_line(EditLine *, const Char *);
44 protected int parse__escape(const Char **);
45 protected Char *parse__string(Char *, const Char *);
46 protected int parse_cmd(EditLine *, const Char *);
H A Dfilecomplete.h37 const Char *, const Char *, const char *(*)(const char *), size_t,
H A Dchared.h66 Char **macro;
75 Char *buf; /* full saved text */
80 Char *buf; /* redo insert key sequence */
81 Char *pos;
82 Char *lim;
84 Char ch; /* char that invoked it */
94 Char *pos;
101 Char *buf;
102 Char *last;
103 Char *mar
[all...]
H A Dkey.h45 Char *str; /* If it is a string... */
51 Char *buf; /* Key print buffer */
68 protected key_value_t *key_map_str(EditLine *, Char *);
70 protected int key_get(EditLine *, Char *, key_value_t *);
71 protected void key_add(EditLine *, const Char *, key_value_t *, int);
72 protected void key_clear(EditLine *, el_action_t *, const Char *);
73 protected int key_delete(EditLine *, const Char *);
74 protected void key_print(EditLine *, const Char *);
75 protected void key_kprint(EditLine *, const Char *, key_value_t *,
77 protected size_t key__decode_str(const Char *, cha
[all...]
H A Dprompt.h45 typedef Char *(*el_pfunc_t)(EditLine *);
50 Char p_ignore; /* character to start/end literal */
55 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
56 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
H A Dsearch.h46 Char *patbuf; /* The pattern buffer */
50 Char chacha; /* Character we are looking for */
55 protected int el_match(const Char *, const Char *);
58 protected int c_hmatch(EditLine *, const Char *);
/macosx-10.10/libedit-40/src/
H A Dparse.h43 protected int parse_line(EditLine *, const Char *);
44 protected int parse__escape(const Char **);
45 protected Char *parse__string(Char *, const Char *);
46 protected int parse_cmd(EditLine *, const Char *);
H A Dfilecomplete.h37 const Char *, const Char *, const char *(*)(const char *), size_t,
H A Dchared.h66 Char **macro;
75 Char *buf; /* full saved text */
80 Char *buf; /* redo insert key sequence */
81 Char *pos;
82 Char *lim;
86 * be the same, independent of the size of Char.
89 Char ch; /* char that invoked it */
101 Char *pos;
108 Char *buf;
109 Char *las
[all...]
H A Dkeymacro.h45 Char *str; /* If it is a string... */
51 Char *buf; /* Key print buffer */
64 protected keymacro_value_t *keymacro_map_str(EditLine *, Char *);
66 protected int keymacro_get(EditLine *, Char *, keymacro_value_t *);
67 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
69 protected int keymacro_delete(EditLine *, const Char *);
70 protected void keymacro_print(EditLine *, const Char *);
71 protected void keymacro_kprint(EditLine *, const Char *, keymacro_value_t *,
73 protected size_t keymacro__decode_str(const Char *, cha
[all...]
H A Dprompt.h45 typedef Char *(*el_pfunc_t)(EditLine *);
52 * be the same, independent of the size of Char.
55 Char p_ignore; /* character to start/end literal */
62 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
63 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
H A Dsearch.h46 Char *patbuf; /* The pattern buffer */
52 * be the same, independent of the size of Char.
55 Char chacha; /* Character we are looking for */
62 protected int el_match(const Char *, const Char *);
65 protected int c_hmatch(EditLine *, const Char *);
/macosx-10.10/ruby-106/ruby/tool/test/
H A Dtest_jisx0208.rb7 assert_equal JISX0208::Char.new(0x2121), JISX0208::Char.new(1, 1)
11 assert_equal JISX0208::Char.new(0x2221), JISX0208::Char.new(0x217e).succ
12 assert_equal JISX0208::Char.new(2, 1), JISX0208::Char.new(1, 94).succ
13 assert_equal JISX0208::Char.new(0x7f21), JISX0208::Char.new(0x7e7e).succ
17 assert_equal 0x895C, JISX0208::Char.new(0x313D).to_sjis
18 assert_equal 0x895C, JISX0208::Char
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dhebrew_utf-8.vim42 A: <Char-0x5b0> " sheva
43 HE <Char-0x5b1> " hataf segol
44 HA <Char-0x5b2> " hataf patah
45 HO <Char-0x5b3> " hataf qamats
46 I <Char-0x5b4> " hiriq
47 AY <Char-0x5b5> " tsere
48 E <Char-0x5b6> " segol
49 AA <Char-0x5b7> " patah
50 AO <Char-0x5b8> " qamats
51 O <Char
[all...]
H A Dhebrewp_utf-8.vim36 A: <Char-0x5b0> " sheva
37 HE <Char-0x5b1> " hataf segol
38 HA <Char-0x5b2> " hataf patah
39 HO <Char-0x5b3> " hataf qamats
40 I <Char-0x5b4> " hiriq
41 AY <Char-0x5b5> " tsere
42 E <Char-0x5b6> " segol
43 AA <Char-0x5b7> " patah
44 AO <Char-0x5b8> " qamats
45 O <Char
[all...]
H A Desperanto_utf-8.vim28 ^C <Char-0x0108> " (264) UPPERCASE C WITH CIRCUMFLEX
29 ^c <Char-0x0109> " (265) LOWERCASE c WITH CIRCUMFLEX
30 ^G <Char-0x011C> " (284) UPPERCASE G WITH CIRCUMFLEX
31 ^g <Char-0x011D> " (285) LOWERCASE g WITH CIRCUMFLEX
32 ^H <Char-0x0124> " (292) UPPERCASE H WITH CIRCUMFLEX
33 ^h <Char-0x0125> " (293) LOWERCASE h WITH CIRCUMFLEX
34 ^J <Char-0x0134> " (308) UPPERCASE J WITH CIRCUMFLEX
35 ^j <Char-0x0135> " (309) LOWERCASE j WITH CIRCUMFLEX
36 ^S <Char-0x015C> " (348) UPPERCASE S WITH CIRCUMFLEX
37 ^s <Char
[all...]
H A Dhebrew_cp1255.vim41 A: <Char-192> " sheva
42 HE <Char-193> " hataf segol
43 HA <Char-194> " hataf patah
44 HO <Char-195> " hataf qamats
45 I <Char-196> " hiriq
46 AY <Char-197> " tsere
47 E <Char-198> " segol
48 AA <Char-199> " patah
49 AO <Char-200> " qamats
50 O <Char
[all...]

Completed in 287 milliseconds

1234567891011