Searched defs:el (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.0-release/contrib/expat/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
67 end(void *data, const char *el) argument
/freebsd-10.0-release/lib/libedit/
H A Dsig.c112 sig_init(EditLine *el) argument
144 sig_end(EditLine *el) argument
156 sig_set(EditLine *el) argument
183 sig_clr(EditLine *el) argument
[all...]
H A Dhist.c52 hist_init(EditLine *el) argument
70 hist_end(EditLine *el) argument
82 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) argument
96 hist_get(EditLine *el) argument
154 hist_command(EditLine *el, int argc, const char **argv) argument
192 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) argument
[all...]
H A Dprompt.c84 prompt_print(EditLine *el, int op) argument
115 prompt_init(EditLine *el) argument
144 prompt_set(EditLine *el, el_pfunc_t prf, char c, int op) argument
174 prompt_get(EditLine *el, el_pfunc_t *prf, char *c, int op) argument
[all...]
H A Dparse.c77 parse_line(EditLine *el, const char *line) argument
95 el_parse(EditLine *el, int argc, const char *argv[]) argument
253 parse_cmd(EditLine *el, const char *cmd) argument
H A Demacs.c53 em_delete_or_list(EditLine *el, int c) argument
89 em_delete_next_word(EditLine *el, int c __unused) argument
118 em_yank(EditLine *el, int c __unused) argument
153 em_kill_line(EditLine *el, int c __unused) argument
175 em_kill_region(EditLine *el, int c __unused) argument
208 em_copy_region(EditLine *el, int c __unused) argument
237 em_gosmacs_transpose(EditLine *el, int c) argument
257 em_next_word(EditLine *el, int c __unused) argument
282 em_upper_case(EditLine *el, int c __unused) argument
306 em_capitol_case(EditLine *el, int c __unused) argument
338 em_lower_case(EditLine *el, int c __unused) argument
362 em_set_mark(EditLine *el, int c __unused) argument
376 em_exchange_mark(EditLine *el, int c __unused) argument
393 em_universal_argument(EditLine *el, int c __unused) argument
410 em_meta_next(EditLine *el, int c __unused) argument
423 em_toggle_overwrite(EditLine *el, int c __unused) argument
437 em_copy_prev_word(EditLine *el, int c __unused) argument
464 em_inc_search_next(EditLine *el, int c __unused) argument
477 em_inc_search_prev(EditLine *el, int c __unused) argument
491 em_delete_prev_char(EditLine *el, int c __unused) argument
[all...]
H A Dchared.c58 cv_undo(EditLine *el) argument
82 cv_yank(EditLine *el, const char *ptr, int size) argument
95 c_insert(EditLine *el, int num) argument
117 c_delafter(EditLine *el, int num) argument
143 c_delafter1(EditLine *el) argument
158 c_delbefore(EditLine *el, int num) argument
186 c_delbefore1(EditLine *el) argument
277 cv_next_word(EditLine *el, char *p, char *high, int n, int (*wtest)(int)) argument
366 cv_delfini(EditLine *el) argument
448 ch_init(EditLine *el) argument
504 ch_reset(EditLine *el, int mclear) argument
532 ch__clearmacro(EditLine *el) argument
544 ch_enlargebufs(EditLine *el, size_t addlen) argument
628 ch_end(EditLine *el) argument
652 el_insertstr(EditLine *el, const char *s) argument
674 el_deletestr(EditLine *el, int n) argument
692 c_gets(EditLine *el, char *buf, const char *prompt) argument
757 c_hpos(EditLine *el) argument
[all...]
H A Dcommon.c53 ed_end_of_file(EditLine *el, int c __unused) argument
67 ed_insert(EditLine *el, int c) argument
110 ed_delete_prev_word(EditLine *el, int c __unused) argument
138 ed_delete_next_char(EditLine *el, int c) argument
185 ed_kill_line(EditLine *el, int c __unused) argument
206 ed_move_to_end(EditLine *el, int c __unused) argument
229 ed_move_to_beg(EditLine *el, int c __unused) argument
252 ed_transpose_chars(EditLine *el, int c) argument
278 ed_next_char(EditLine *el, int c __unused) argument
307 ed_prev_word(EditLine *el, int c __unused) argument
333 ed_prev_char(EditLine *el, int c __unused) argument
357 ed_quoted_insert(EditLine *el, int c) argument
377 ed_digit(EditLine *el, int c) argument
405 ed_argument_digit(EditLine *el, int c) argument
430 ed_unassigned(EditLine *el, int c __unused) argument
545 ed_newline(EditLine *el, int c __unused) argument
561 ed_delete_prev_char(EditLine *el, int c __unused) argument
581 ed_clear_screen(EditLine *el, int c __unused) argument
610 ed_start_over(EditLine *el, int c __unused) argument
638 ed_prev_history(EditLine *el, int c __unused) argument
676 ed_next_history(EditLine *el, int c __unused) argument
703 ed_search_prev_history(EditLine *el, int c __unused) argument
771 ed_search_next_history(EditLine *el, int c __unused) argument
825 ed_prev_line(EditLine *el, int c __unused) argument
868 ed_next_line(EditLine *el, int c __unused) argument
902 ed_command(EditLine *el, int c __unused) argument
[all...]
H A Del.c63 EditLine *el = (EditLine *) el_malloc(sizeof(EditLine)); local
110 el_end(EditLine *el) argument
137 el_reset(EditLine *el) argument
149 el_set(EditLine *el, int op, ...) argument
345 el_get(EditLine *el, int op, ...) argument
481 el_line(EditLine *el) argument
492 el_source(EditLine *el, const char *fname) argument
555 el_resize(EditLine *el) argument
576 el_beep(EditLine *el) argument
588 el_editmode(EditLine *el, int argc, const char **argv) argument
[all...]
H A Dkey.c99 key_init(EditLine *el) argument
114 key_end(EditLine *el) argument
127 key_map_cmd(EditLine *el, int cmd) argument
139 key_map_str(EditLine *el, char *str) argument
153 key_reset(EditLine *el) argument
171 key_get(EditLine *el, char *ch, key_value_t *val) argument
185 key_add(EditLine *el, const char *key, key_value_t *val, int ntype) argument
213 key_clear(EditLine *el, el_action_t *map, const char *in) argument
230 key_delete(EditLine *el, const char *key) argument
251 key_print(EditLine *el, const char *key) argument
272 node_trav(EditLine *el, key_node_t *ptr, char *ch, key_value_t *val) argument
309 node__try(EditLine *el, key_node_t *ptr, const char *str, key_value_t *val, int ntype) argument
371 node__delete(EditLine *el, key_node_t **inptr, const char *str) argument
419 node__put(EditLine *el, key_node_t *ptr) argument
481 node_lookup(EditLine *el, const char *str, key_node_t *ptr, size_t cnt) argument
531 node_enum(EditLine *el, key_node_t *ptr, size_t cnt) argument
573 key_kprint(EditLine *el, const char *key, key_value_t *val, int ntype) argument
[all...]
H A Dmap.c891 map_init(EditLine *el) argument
941 map_end(EditLine *el) argument
962 map_init_nls(EditLine *el) argument
978 map_init_meta(EditLine *el) argument
1019 map_init_vi(EditLine *el) argument
1049 map_init_emacs(EditLine *el) argument
1083 map_set_editor(EditLine *el, char *editor) argument
1102 map_get_editor(EditLine *el, const char **editor) argument
1123 map_print_key(EditLine *el, el_action_t *map, const char *in) argument
1146 map_print_some_keys(EditLine *el, el_action_t *map, int first, int last) argument
1210 map_print_all_keys(EditLine *el) argument
1245 map_bind(EditLine *el, int argc, const char **argv) argument
1395 map_addfunc(EditLine *el, const char *name, const char *help, el_func_t func) argument
[all...]
H A Dread.c64 read_init(EditLine *el) argument
77 el_read_setfn(EditLine *el, el_rfunc_t rc) argument
89 el_read_getfn(EditLine *el) argument
102 read_debug(EditLine *el) argument
185 read_preread(EditLine *el) argument
214 el_push(EditLine *el, const char *str) argument
233 read_getcmd(EditLine *el, el_action_t *cmdnum, char *ch) argument
290 read_char(EditLine *el, char *cp) argument
332 el_getc(EditLine *el, char *cp) argument
379 read_prepare(EditLine *el) argument
400 read_finish(EditLine *el) argument
409 el_gets(EditLine *el, int *nread) argument
[all...]
H A Dsearch.c64 search_init(EditLine *el) argument
83 search_end(EditLine *el) argument
152 c_hmatch(EditLine *el, const char *str) argument
167 c_setpat(EditLine *el) argument
198 ce_inc_search(EditLine *el, int dir) argument
444 cv_search(EditLine *el, int dir) argument
518 ce_search_line(EditLine *el, int dir) argument
560 cv_repeat_srch(EditLine *el, int c) argument
586 cv_csearch(EditLine *el, int direction, int ch, int count, int tflag) argument
[all...]
H A Dtty.c466 tty_setup(EditLine *el) argument
529 tty_init(EditLine *el) argument
841 tty_bind_char(EditLine *el, int force) argument
887 tty_rawmode(EditLine *el) argument
1015 tty_cookedmode(EditLine *el) argument
1041 tty_quotemode(EditLine *el) argument
1076 tty_noquotemode(EditLine *el) argument
1098 tty_stty(EditLine *el, int argc __unused, const char **argv) argument
1241 tty_printchar(EditLine *el, unsigned char *s) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp186 ModulePass *llvm::createInternalizePass(ArrayRef<const char *> el) { argument
/freebsd-10.0-release/lib/libedit/TEST/
H A Dtest.c69 prompt(EditLine *el) argument
84 complete(EditLine *el, int ch) argument
119 EditLine *el = NULL; local
[all...]
/freebsd-10.0-release/bin/sh/
H A Dhistedit.c68 EditLine *el; /* editline cookie */ variable
[all...]
H A Dinput.c105 EditLine *el; /* cookie for editline package */ variable
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c57 alist_el_t *el = arg; local
96 alist_el_t *el = arg1; local
115 alist_el_t *el; local
149 alist_el_t *el = arg1; local
201 alist_el_t *el = node; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-threadupdate.c97 struct el struct
294 struct el *el = XNEW (struct el); local
590 struct el *next, *el; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dreggroups.c128 struct reggroup_el *el; local
92 add_group(struct reggroups *groups, struct reggroup *group, struct reggroup_el *el) argument
[all...]
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl.h34 char *el; /* Clear to EOL terminal string. */ member in struct:_cl_private
/freebsd-10.0-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c377 int el; local
/freebsd-10.0-release/usr.sbin/gstat/
H A Dgstat.c93 EditLine *el; local
[all...]
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dlpc.c150 static EditLine *el; local
[all...]

Completed in 275 milliseconds

123