Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd-src/lib/libedit/
H A Dvi.c67 cv_action(EditLine *el, wint_t c) in cv_action()
99 cv_paste(EditLine *el, wint_t c) in cv_paste()
132 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next()
145 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev()
158 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word()
183 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word()
208 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word()
232 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word()
255 vi_change_case(EditLine *el, wint_t c) in vi_change_case()
287 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta()
[all …]
H A Dcommon.c62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file()
76 ed_insert(EditLine *el, wint_t c) in ed_insert()
119 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word()
147 ed_delete_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_next_char()
194 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line()
215 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end()
239 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg()
262 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars()
288 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char()
317 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word()
[all …]
H A Demacs.c59 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list()
95 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word()
124 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank()
160 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line()
182 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region()
215 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region()
244 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose()
264 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word()
289 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case()
313 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case()
[all …]
H A Dchared.c62 cv_undo(EditLine *el) in cv_undo()
86 cv_yank(EditLine *el, const wchar_t *ptr, int size) in cv_yank()
99 c_insert(EditLine *el, int num) in c_insert()
121 c_delafter(EditLine *el, int num) in c_delafter()
147 c_delafter1(EditLine *el) in c_delafter1()
162 c_delbefore(EditLine *el, int num) in c_delbefore()
190 c_delbefore1(EditLine *el) in c_delbefore1()
281 cv_next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv_next_word()
339 cv_delfini(EditLine *el) in cv_delfini()
399 ch_init(EditLine *el) in ch_init()
[all …]
H A Dhist.h55 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument
58 #define HIST_FUN(el, fn, arg) \ argument
62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL) argument
63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL) argument
64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) argument
65 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) argument
66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num) argument
67 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname) argument
68 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname) argument
69 #define HIST_SAVE_FP(el, fp) HIST_FUN(el, H_SAVE_FP, fp) argument
[all …]
H A Dkeymacro.c105 keymacro_init(EditLine *el) in keymacro_init() argument
121 keymacro_end(EditLine * el) keymacro_end() argument
134 keymacro_map_cmd(EditLine * el,int cmd) keymacro_map_cmd() argument
146 keymacro_map_str(EditLine * el,wchar_t * str) keymacro_map_str() argument
160 keymacro_reset(EditLine * el) keymacro_reset() argument
179 keymacro_get(EditLine * el,wchar_t * ch,keymacro_value_t * val) keymacro_get() argument
193 keymacro_add(EditLine * el,const wchar_t * key,keymacro_value_t * val,int ntype) keymacro_add() argument
222 keymacro_clear(EditLine * el,el_action_t * map,const wchar_t * in) keymacro_clear() argument
240 keymacro_delete(EditLine * el,const wchar_t * key) keymacro_delete() argument
261 keymacro_print(EditLine * el,const wchar_t * key) keymacro_print() argument
282 node_trav(EditLine * el,keymacro_node_t * ptr,wchar_t * ch,keymacro_value_t * val) node_trav() argument
317 node__try(EditLine * el,keymacro_node_t * ptr,const wchar_t * str,keymacro_value_t * val,int ntype) node__try() argument
378 node__delete(EditLine * el,keymacro_node_t ** inptr,const wchar_t * str) node__delete() argument
426 node__put(EditLine * el,keymacro_node_t * ptr) node__put() argument
487 node_lookup(EditLine * el,const wchar_t * str,keymacro_node_t * ptr,size_t cnt) node_lookup() argument
540 node_enum(EditLine * el,keymacro_node_t * ptr,size_t cnt) node_enum() argument
583 keymacro_kprint(EditLine * el,const wchar_t * key,keymacro_value_t * val,int ntype) keymacro_kprint() argument
[all...]
H A Dmap.c901 map_init(EditLine *el) in map_init() argument
953 map_end(EditLine * el) map_end() argument
974 map_init_nls(EditLine * el) map_init_nls() argument
990 map_init_meta(EditLine * el) map_init_meta() argument
1031 map_init_vi(EditLine * el) map_init_vi() argument
1061 map_init_emacs(EditLine * el) map_init_emacs() argument
1095 map_set_editor(EditLine * el,wchar_t * editor) map_set_editor() argument
1114 map_get_editor(EditLine * el,const wchar_t ** editor) map_get_editor() argument
1135 map_print_key(EditLine * el,el_action_t * map,const wchar_t * in) map_print_key() argument
1158 map_print_some_keys(EditLine * el,el_action_t * map,wint_t first,wint_t last) map_print_some_keys() argument
1222 map_print_all_keys(EditLine * el) map_print_all_keys() argument
1257 map_bind(EditLine * el,int argc,const wchar_t ** argv) map_bind() argument
1403 map_addfunc(EditLine * el,const wchar_t * name,const wchar_t * help,el_func_t func) map_addfunc() argument
[all...]
H A Dprompt.c58 prompt_default(EditLine *el __attribute__((__unused__))) in prompt_default()
71 prompt_default_r(EditLine *el __attribute__((__unused__))) in prompt_default_r()
83 prompt_print(EditLine *el, int op) in prompt_print()
123 prompt_init(EditLine *el) in prompt_init()
143 prompt_end(EditLine *el __attribute__((__unused__))) in prompt_end()
152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set()
184 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) in prompt_get()
H A Dterminal.c233 terminal_setflags(EditLine *el) in terminal_setflags()
278 terminal_init(EditLine *el) in terminal_init()
314 terminal_end(EditLine *el) in terminal_end()
336 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) in terminal_alloc()
402 terminal_rebuffer_display(EditLine *el) in terminal_rebuffer_display()
417 terminal_alloc_buffer(EditLine *el) in terminal_alloc_buffer()
460 terminal_alloc_display(EditLine *el) in terminal_alloc_display()
479 terminal_free_display(EditLine *el) in terminal_free_display()
491 terminal_move_to_line(EditLine *el, int where) in terminal_move_to_line()
531 terminal_move_to_char(EditLine *el, int where) in terminal_move_to_char()
[all …]
H A Dtty.c474 tty_getty(EditLine *el, struct termios *t) in tty_getty()
486 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty()
498 tty_setup(EditLine *el) in tty_setup()
572 tty_init(EditLine *el) in tty_init()
589 tty_end(EditLine *el, int how) in tty_end()
896 tty_bind_char(EditLine *el, int force) in tty_bind_char()
959 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) in tty_update_flag()
968 tty_update_flags(EditLine *el, int kind) in tty_update_flags()
983 tty_update_char(EditLine *el, int mode, int c) { in tty_update_char()
996 tty_rawmode(EditLine *el) in tty_rawmode()
[all …]
H A Dsearch.c62 #define EL_CURSOR(el) \ argument
70 search_init(EditLine *el) in search_init()
91 search_end(EditLine *el) in search_end()
162 c_hmatch(EditLine *el, const wchar_t *str) in c_hmatch()
177 c_setpat(EditLine *el) in c_setpat()
206 ce_inc_search(EditLine *el, int dir) in ce_inc_search()
456 cv_search(EditLine *el, int dir) in cv_search()
530 ce_search_line(EditLine *el, int dir) in ce_search_line()
572 cv_repeat_srch(EditLine *el, wint_t c) in cv_repeat_srch()
599 cv_csearch(EditLine *el, int direction, wint_t ch, int count, int tflag) in cv_csearch()
H A Dhist.c57 hist_init(EditLine *el) in hist_init()
75 hist_end(EditLine *el) in hist_end()
87 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()
101 hist_get(EditLine *el) in hist_get()
167 hist_command(EditLine *el, int argc, const wchar_t **argv) in hist_command()
226 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) in hist_enlargebuf()
245 hist_convert(EditLine *el, int fn, void *arg) in hist_convert()
H A Drefresh.c79 re_printstr(EditLine *el, const char *str, wchar_t *f, wchar_t *t) in re_printstr() argument
96 re_nextline(EditLine *el) in re_nextline() argument
128 re_addc(EditLine * el,wint_t c) re_addc() argument
163 re_putliteral(EditLine * el,const wchar_t * begin,const wchar_t * end) re_putliteral() argument
193 re_putc(EditLine * el,wint_t c,int shift) re_putc() argument
231 re_refresh(EditLine * el) re_refresh() argument
382 re_goto_bottom(EditLine * el) re_goto_bottom() argument
398 re_insert(EditLine * el,wchar_t * d,int dat,int dlen,wchar_t * s,int num) re_insert() argument
449 re_delete(EditLine * el,wchar_t * d,int dat,int dlen,int num) re_delete() argument
497 re_clear_eol(EditLine * el,int fx,int sx,int diff) re_clear_eol() argument
541 re_update_line(EditLine * el,wchar_t * old,wchar_t * new,int i) re_update_line() argument
1032 re_refresh_cursor(EditLine * el) re_refresh_cursor() argument
1095 re_fastputc(EditLine * el,wint_t c) re_fastputc() argument
1153 re_fastaddc(EditLine * el) re_fastaddc() argument
1199 re_clear_display(EditLine * el) re_clear_display() argument
1215 re_clear_lines(EditLine * el) re_clear_lines() argument
[all...]
H A Deln.c41 el_getc(EditLine *el, char *cp) in el_getc()
62 el_push(EditLine *el, const char *str) in el_push()
71 el_gets(EditLine *el, int *nread) in el_gets()
89 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse()
105 el_set(EditLine *el, int op, ...) in el_set()
275 el_get(EditLine *el, int op, ...) in el_get()
361 el_line(EditLine *el) in el_line()
393 el_insertstr(EditLine *el, const char *str) in el_insertstr()
399 el_replacestr(EditLine *el, const char *str) in el_replacestr()
H A Dread.c84 read_init(EditLine *el) in read_init() argument
109 read_end(EditLine *el) in read_end() argument
209 el_wpush(EditLine * el,const wchar_t * str) el_wpush() argument
230 read_getcmd(EditLine * el,el_action_t * cmdnum,wchar_t * ch) read_getcmd() argument
280 read_char(EditLine * el,wchar_t * cp) read_char() argument
381 el_wgetc(EditLine * el,wchar_t * cp) el_wgetc() argument
423 read_prepare(EditLine * el) read_prepare() argument
444 read_finish(EditLine * el) read_finish() argument
453 noedit_wgets(EditLine * el,int * nread) noedit_wgets() argument
477 el_wgets(EditLine * el,int * nread) el_wgets() argument
[all...]
H A Dliteral.c47 literal_init(EditLine *el) in literal_init() argument
55 literal_end(EditLine *el) in literal_end() argument
61 literal_clear(EditLine *el) in literal_clear() argument
78 literal_add(EditLine *el, const wchar_t *buf, const wchar_t *end, int *wp) in literal_add() argument
128 literal_get(EditLine *el, wint_ argument
[all...]
H A Del.c74 EditLine *el = el_calloc(1, sizeof(*el)); in el_init_internal() local
131 el_end(EditLine * el) el_end() argument
167 el_reset(EditLine * el) el_reset() argument
179 el_wset(EditLine * el,int op,...) el_wset() argument
400 el_wget(EditLine * el,int op,...) el_wget() argument
514 el_wline(EditLine * el) el_wline() argument
525 el_source(EditLine * el,const char * fname) el_source() argument
604 el_resize(EditLine * el) el_resize() argument
625 el_beep(EditLine * el) el_beep() argument
637 el_editmode(EditLine * el,int argc,const wchar_t ** argv) el_editmode() argument
[all...]
H A Dsig.c119 sig_init(EditLine *el) in sig_init() argument
151 sig_end(EditLine *el) in sig_end() argument
163 sig_set(EditLine * el) sig_set() argument
190 sig_clr(EditLine * el) sig_clr() argument
[all...]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtemplate.c42 #define el(name, type) { \ macro
164 void *el = DPO(data, t->offset); in _asn1_decode() local
246 void **el = (void **)data; in _asn1_decode() local
293 void *el = DPO(data, t->offset); in _asn1_decode() local
316 struct template_of *el = DPO(data, t->offset); in _asn1_decode() local
457 const void *el = DPOC(data, t->offset); in _asn1_encode() local
486 void **el = (void **)data; in _asn1_encode() local
516 const void *el = DPOC(data, t->offset); in _asn1_encode() local
531 const struct template_of *el = DPOC(data, t->offset); in _asn1_encode() local
598 struct template_of *el = DPO(data, t->offset); in _asn1_encode() local
[all …]
H A Dfuzzer.c307 #define el(name, type) { \ macro
370 const void *el = DPOC(data, t->offset); in _asn1_encode_fuzzer() local
399 void **el = (void **)data; in _asn1_encode_fuzzer() local
429 const void *el = DPOC(data, t->offset); in _asn1_encode_fuzzer() local
444 const struct template_of *el = DPOC(data, t->offset); in _asn1_encode_fuzzer() local
506 struct template_of *el = DPO(data, t->offset); in _asn1_encode_fuzzer() local
579 const void *el; in _asn1_encode_fuzzer() local
633 const void *el = DPOC(data, t->offset); in _asn1_length_fuzzer() local
657 void **el = (void **)data; in _asn1_length_fuzzer() local
672 const void *el = DPOC(data, t->offset); in _asn1_length_fuzzer() local
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_pw_lift_templ.c14 __isl_take EL *el, in foreach_lifted_subset()
59 EL *el; in FN() local
H A Disl_multi_bin_val_templ.c25 EL *el; in MULTI() local
60 EL *el; in MULTI() local
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_var.c113 npf_element_t *el; in npfvar_add_element() local
158 npfvar_free_elements(npf_element_t *el) in npfvar_free_elements()
195 npf_element_t *el; in npfvar_get_element() local
234 npf_element_t *el = npfvar_get_element(vp, idx, 0); in npfvar_get_type() local
241 npf_element_t *el = npfvar_get_element(vp, idx, 0); in npfvar_get_data() local
/netbsd-src/usr.bin/mail/
H A Dcomplete.c248 complete_ambiguous(EditLine *el, char *word, int dolist, StringList *words) in complete_ambiguous()
301 complete_command(EditLine *el, char *word, int dolist) in complete_command()
331 complete_filename(EditLine *el, char *word, int dolist) in complete_filename()
494 complete_executable(EditLine *el, char *word, int dolist) in complete_executable()
547 complete_set(EditLine *el, char *word, int dolist) in complete_set()
586 complete_alias(EditLine *el, char *word, int dolist) in complete_alias()
630 complete_smopts(EditLine *el, char *word, int dolist) in complete_smopts()
695 complete_thread_key(EditLine *el, char *word, int dolist) in complete_thread_key()
749 is_emacs_mode(EditLine *el) in is_emacs_mode()
759 emacs_ctrl_d(EditLine *el, const LineInfo *lf, int ch) in emacs_ctrl_d()
[all …]
/netbsd-src/lib/libedit/TEST/
H A Dtc1.c73 prompt(EditLine *el) in prompt()
88 complete(EditLine *el, int ch) in complete()
124 EditLine *el = NULL; in main() local

12345678