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

123

/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c6 EditLine *el; member in struct:__anon4007
/freebsd-10-stable/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
154 em_kill_line(EditLine *el, int c __unused) argument
176 em_kill_region(EditLine *el, int c __unused) argument
209 em_copy_region(EditLine *el, int c __unused) argument
238 em_gosmacs_transpose(EditLine *el, int c) argument
258 em_next_word(EditLine *el, int c __unused) argument
283 em_upper_case(EditLine *el, int c __unused) argument
307 em_capitol_case(EditLine *el, int c __unused) argument
339 em_lower_case(EditLine *el, int c __unused) argument
363 em_set_mark(EditLine *el, int c __unused) argument
377 em_exchange_mark(EditLine *el, int c __unused) argument
394 em_universal_argument(EditLine *el, int c __unused) argument
411 em_meta_next(EditLine *el, int c __unused) argument
424 em_toggle_overwrite(EditLine *el, int c __unused) argument
438 em_copy_prev_word(EditLine *el, int c __unused) argument
465 em_inc_search_next(EditLine *el, int c __unused) argument
478 em_inc_search_prev(EditLine *el, int c __unused) argument
492 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
226 ed_move_to_beg(EditLine *el, int c __unused) argument
249 ed_transpose_chars(EditLine *el, int c) argument
275 ed_next_char(EditLine *el, int c __unused) argument
304 ed_prev_word(EditLine *el, int c __unused) argument
330 ed_prev_char(EditLine *el, int c __unused) argument
354 ed_quoted_insert(EditLine *el, int c) argument
374 ed_digit(EditLine *el, int c) argument
402 ed_argument_digit(EditLine *el, int c) argument
427 ed_unassigned(EditLine *el, int c __unused) argument
542 ed_newline(EditLine *el, int c __unused) argument
558 ed_delete_prev_char(EditLine *el, int c __unused) argument
578 ed_clear_screen(EditLine *el, int c __unused) argument
607 ed_start_over(EditLine *el, int c __unused) argument
635 ed_prev_history(EditLine *el, int c __unused) argument
673 ed_next_history(EditLine *el, int c __unused) argument
700 ed_search_prev_history(EditLine *el, int c __unused) argument
768 ed_search_next_history(EditLine *el, int c __unused) argument
822 ed_prev_line(EditLine *el, int c __unused) argument
865 ed_next_line(EditLine *el, int c __unused) argument
899 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...]
/freebsd-10-stable/contrib/expat/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
68 end(void *data, const char *el) argument
/freebsd-10-stable/lib/libedit/TEST/
H A Dtc1.c69 prompt(EditLine *el) argument
84 complete(EditLine *el, int ch) argument
119 EditLine *el = NULL; local
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/contrib/nvi/cl/
H A Dcl.h34 char *el; /* Clear to EOL terminal string. */ member in struct:_cl_private
/freebsd-10-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c377 int el; local
/freebsd-10-stable/usr.sbin/lpr/lpc/
H A Dlpc.c150 static EditLine *el; local
[all...]
/freebsd-10-stable/usr.sbin/ngctl/
H A Dmain.c296 EditLine *el; local
[all...]
/freebsd-10-stable/usr.sbin/gstat/
H A Dgstat.c93 EditLine *el; local
[all...]

Completed in 143 milliseconds

123