Searched defs:el (Results 26 - 50 of 66) sorted by last modified time

123

/freebsd-10.1-release/contrib/gcc/
H A Dprofile.c133 instrument_edges(struct edge_list *el) argument
742 struct edge_list *el; local
1100 find_spanning_tree(struct edge_list *el) argument
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dmangle.c347 tree el; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2280 int el; local
2489 int el; local
2512 int el; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/w00t/ap/
H A Dap.c792 int el; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c377 int el; local
/freebsd-10.1-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c378 int el; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/w00t/prga/
H A Dprga.c336 int el; local
404 int el; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/w00t/redir/
H A Dredir.c579 int el; local
/freebsd-10.1-release/sbin/fsdb/
H A Dfsdb.c212 prompt(EditLine *el) argument
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dtemplate.c50 #define el(name, type) { \ macro
88 #undef el macro
170 void *el = DPO(data, t->offset); local
252 void **el = (void **)data; local
294 void *el = DPO(data, t->offset); local
317 struct template_of *el = DPO(data, t->offset); local
455 const void *el = DPOC(data, t->offset); local
484 void **el = (void **)data; local
514 const void *el = DPOC(data, t->offset); local
529 const struct template_of *el = DPOC(data, t->offset); local
591 struct template_of *el = DPO(data, t->offset); local
664 const void *el; local
709 const void *el = DPOC(data, t->offset); local
733 void **el = (void **)data; local
748 const void *el = DPOC(data, t->offset); local
759 const struct template_of *el = DPOC(data, t->offset); local
834 void *el = DPO(data, t->offset); local
856 void *el = DPO(data, t->offset); local
866 void *el = DPO(data, t->offset); local
884 struct template_of *el = DPO(data, t->offset); local
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c1629 prompt(EditLine *el) argument
1708 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, argument
1799 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, argument
1926 complete(EditLine *el, int ch) argument
1996 EditLine *el = NULL; local
[all...]
/freebsd-10.1-release/usr.bin/tftp/
H A Dmain.c709 static EditLine *el; local
/freebsd-10.1-release/sys/dev/mfi/
H A Dmfi.c1781 struct mfi_evt_list *el; local
[all...]
/freebsd-10.1-release/sys/dev/fatm/
H A Dif_fatm.c682 struct fqelem *el = queue->chunk; local
718 struct fqelem *el; local
[all...]
/freebsd-10.1-release/sys/dev/mlx/
H A Dmlx.c1340 struct mlx_eventlog_entry *el = (struct mlx_eventlog_entry *)mc->mc_data; local
[all...]
/freebsd-10.1-release/sys/dev/isp/
H A Disp_target.c472 lun_entry_t el; local
[all...]
/freebsd-10.1-release/sys/kern/
H A Dinflate.c427 unsigned el; /* length of EOB code (value 256) */ local
/freebsd-10.1-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.1-release/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.1-release/lib/libedit/
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 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 Dfilecomplete.c333 fn_display_match_list(EditLine *el, char **matches, size_t len, size_t max) argument
380 fn_complete(EditLine *el, argument
564 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__))) argument
661 _el_fn_sh_complete(EditLine *el, int ch __attribute__((__unused__))) argument
[all...]

Completed in 289 milliseconds

123