Searched defs:el (Results 26 - 50 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dportlist.c141 dns_element_t *el; local
192 dns_element_t *el; local
218 dns_element_t *el; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dstack1.C39 inline double& el (int i, int j) { function in struct:matrix
77 double& el (int i, int j) { function in struct:adaptor
/netbsd-6-1-5-RELEASE/gnu/usr.bin/send-pr/
H A DMakefile
/netbsd-6-1-5-RELEASE/lib/libedit/TEST/
H A Dwtc1.c21 prompt(EditLine *el) argument
57 complete(EditLine *el, int ch) argument
110 EditLine *el = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Del.c63 EditLine *el = el_malloc(sizeof(*el)); local
119 el_end(EditLine *el) argument
152 el_reset(EditLine *el) argument
495 el_source(EditLine *el, const char *fname) argument
563 el_resize(EditLine *el) argument
584 el_beep(EditLine *el) argument
596 el_editmode(EditLine *el, int argc, const Char **argv) argument
[all...]
H A Deln.c48 el_getc(EditLine *el, char *cp) argument
66 el_push(EditLine *el, const char *str) argument
75 el_gets(EditLine *el, int *nread) argument
87 el_parse(EditLine *el, int argc, const char *argv[]) argument
104 el_set(EditLine *el, int op, ...) argument
256 el_get(EditLine *el, int op, ...) argument
344 el_line(EditLine *el) argument
368 el_insertstr(EditLine *el, const char *str) argument
[all...]
H A Dread.c67 read_init(EditLine *el) argument
80 el_read_setfn(EditLine *el, el_rfunc_t rc) argument
92 el_read_getfn(EditLine *el) argument
105 read_debug(EditLine *el) argument
188 read_preread(EditLine *el) argument
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) argument
313 read_char(EditLine *el, Char *cp) argument
441 read_prepare(EditLine *el) argument
462 read_finish(EditLine *el) argument
[all...]
H A Dchared.c59 cv_undo(EditLine *el) argument
83 cv_yank(EditLine *el, const Char *ptr, int size) argument
96 c_insert(EditLine *el, int num) argument
118 c_delafter(EditLine *el, int num) argument
144 c_delafter1(EditLine *el) argument
159 c_delbefore(EditLine *el, int num) argument
187 c_delbefore1(EditLine *el) argument
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) argument
333 cv_delfini(EditLine *el) argument
393 ch_init(EditLine *el) argument
458 ch_reset(EditLine *el, int mclear) argument
486 ch__clearmacro(EditLine *el) argument
498 ch_enlargebufs(EditLine *el, size_t addlen) argument
587 ch_end(EditLine *el) argument
633 el_deletestr(EditLine *el, int n) argument
651 c_gets(EditLine *el, Char *buf, const Char *prompt) argument
716 c_hpos(EditLine *el) argument
735 ch_resizefun(EditLine *el, el_zfunc_t f, void *a) argument
[all...]
H A Dcommon.c55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) argument
69 ed_insert(EditLine *el, Int c) argument
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
190 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) argument
211 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) argument
234 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) argument
257 ed_transpose_chars(EditLine *el, Int c) argument
283 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
312 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
338 ed_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
362 ed_quoted_insert(EditLine *el, Int c) argument
382 ed_digit(EditLine *el, Int c) argument
410 ed_argument_digit(EditLine *el, Int c) argument
551 ed_newline(EditLine *el, Int c __attribute__((__unused__))) argument
567 ed_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
587 ed_clear_screen(EditLine *el, Int c __attribute__((__unused__))) argument
616 ed_start_over(EditLine *el, Int c __attribute__((__unused__))) argument
644 ed_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
682 ed_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
709 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
777 ed_search_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
831 ed_prev_line(EditLine *el, Int c __attribute__((__unused__))) argument
874 ed_next_line(EditLine *el, Int c __attribute__((__unused__))) argument
908 ed_command(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dkeymacro.c104 keymacro_init(EditLine *el) argument
120 keymacro_end(EditLine *el) argument
133 keymacro_map_cmd(EditLine *el, int cmd) argument
145 keymacro_map_str(EditLine *el, Char *str) argument
159 keymacro_reset(EditLine *el) argument
177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val) argument
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in) argument
239 keymacro_delete(EditLine *el, const Char *key) argument
260 keymacro_print(EditLine *el, const Char *key) argument
281 node_trav(EditLine *el, keymacro_node_t *ptr, Char *ch, keymacro_value_t *val) argument
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, keymacro_value_t *val, int ntype) argument
381 node__delete(EditLine *el, keymacro_node_t **inptr, const Char *str) argument
429 node__put(EditLine *el, keymacro_node_t *ptr) argument
491 node_lookup(EditLine *el, const Char *str, keymacro_node_t *ptr, size_t cnt) argument
543 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt) argument
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
[all...]
H A Dmap.c891 map_init(EditLine *el) argument
940 map_end(EditLine *el) argument
961 map_init_nls(EditLine *el) argument
977 map_init_meta(EditLine *el) argument
1018 map_init_vi(EditLine *el) argument
1048 map_init_emacs(EditLine *el) argument
1082 map_set_editor(EditLine *el, Char *editor) argument
1101 map_get_editor(EditLine *el, const Char **editor) argument
1122 map_print_key(EditLine *el, el_action_t *map, const Char *in) argument
1145 map_print_some_keys(EditLine *el, el_action_t *map, Int first, Int last) argument
1209 map_print_all_keys(EditLine *el) argument
1244 map_bind(EditLine *el, int argc, const Char **argv) argument
1396 map_addfunc(EditLine *el, const Char *name, const Char *help, el_func_t func) argument
[all...]
H A Drefresh.c79 re_printstr(EditLine *el, const char *str, char *f, char *t) argument
96 re_nextline(EditLine *el) argument
128 re_addc(EditLine *el, Int c) argument
164 re_putc(EditLine *el, Int c, int shift) argument
200 re_refresh(EditLine *el) argument
344 re_goto_bottom(EditLine *el) argument
457 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
501 re_update_line(EditLine *el, Char *old, Char *new, int i) argument
992 re_refresh_cursor(EditLine *el) argument
1055 re_fastputc(EditLine *el, Int c) argument
1108 re_fastaddc(EditLine *el) argument
1150 re_clear_display(EditLine *el) argument
1166 re_clear_lines(EditLine *el) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_var.c97 npf_element_t *el; local
157 npfvar_free_elements(npf_element_t *el) argument
190 npf_element_t *el; local
227 npf_element_t *el; local
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dhistedit.c70 EditLine *el; /* editline cookie */ variable
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c451 mpz_t el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; local
H A Drsa-ltm.c512 mp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; local
H A Drsa-tfm.c453 fp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; local
/netbsd-6-1-5-RELEASE/dist/nvi/cl/
H A Dcl.h46 char *el; /* Clear to EOL terminal string. */ member in struct:_cl_private
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c405 int el[10]; local
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dalist.c58 alist_el_t *el = arg; local
97 alist_el_t *el = arg1; local
116 alist_el_t *el; local
150 alist_el_t *el = arg1; local
202 alist_el_t *el = node; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dstack1.C39 inline double& el (int i, int j) { function in struct:matrix
77 double& el (int i, int j) { function in struct:adaptor
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c92 DB_TXNLIST el; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c92 DB_TXNLIST el; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dreggroups.c130 struct reggroup_el *el; local
94 add_group(struct reggroups *groups, struct reggroup *group, struct reggroup_el *el) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-threadupdate.c97 struct el struct
288 struct el *el = xmalloc (sizeof (struct el)); local
584 struct el *next, *el; local
[all...]

Completed in 193 milliseconds

12345