Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 51) sorted by relevance

123

/dragonfly/contrib/dialog/
HDfselect.c52 } LIST; typedef
60 init_list(LIST * list, WINDOW *par, WINDOW *win, int mousex) in init_list()
87 data_of(LIST * list) in data_of()
96 free_list(LIST * list, int reinit) in free_list()
111 add_to_list(LIST * list, char *text) in add_to_list()
130 keep_visible(LIST * list) in keep_visible()
144 find_choice(char *target, LIST * list) in find_choice()
189 display_list(LIST * list) in display_list()
241 fix_arrows(LIST * list) in fix_arrows()
271 show_list(char *target, LIST * list, bool keep) in show_list()
[all …]
/dragonfly/games/atc/
HDextern.h53 extern LIST air, ground;
79 extern void append(LIST *, PLANE *);
80 extern void delete(LIST *, PLANE *);
HDlist.c56 append(LIST *l, PLANE *p) in append()
93 delete(LIST *l, PLANE *p) in delete()
HDextern.c58 LIST air, ground;
HDstruct.h93 } LIST; typedef
/dragonfly/usr.bin/paste/
HDpaste.c115 } LIST; typedef
120 LIST *lp; in parallel()
125 LIST *head, *tmp; in parallel()
129 if ((lp = malloc(sizeof(LIST))) == NULL) in parallel()
/dragonfly/contrib/binutils-2.34/binutils/
HDarlex.l57 "LIST" { return LIST; }
72 "list" { return LIST; }
HDarparse.y47 %token LIST
125 LIST
/dragonfly/contrib/binutils-2.27/binutils/
HDarlex.l57 "LIST" { return LIST; }
72 "list" { return LIST; }
HDarparse.y47 %token LIST
125 LIST
/dragonfly/bin/pax/
HDpax.h56 #define LIST 0 /* List the file in an archive */ macro
61 #define DEFOP LIST /* if no flags default is to LIST */
HDoptions.c515 act = LIST; in pax_options()
549 case LIST: in pax_options()
705 act = LIST; in tar_options()
836 case LIST: in tar_options()
1111 act = LIST; in cpio_options()
1232 case LIST: in cpio_options()
HDpax.c278 case LIST: in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDpass_manager.h35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
/dragonfly/usr.sbin/service/
HDservice.sh53 l) LIST=lopt ;;
109 if [ -n "$LIST" ]; then
/dragonfly/contrib/tcsh-6/
HDsh.file.c56 LIST, RECOGNIZE enumerator
541 if (command == LIST) in tsearch()
706 command = (last_Char == ESC) ? RECOGNIZE : LIST; in tenex()
707 if (command == LIST) in tenex()
740 if (command == LIST) /* Always retype after a LIST */ in tenex()
HDtw.h84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
HDtw.parse.c252 (command == RECOGNIZE || command == LIST || command == SPELL || in tenematch()
464 case LIST: in tenematch()
471 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf); in tenematch()
1086 case LIST: in tw_collect_items()
1131 || looking == TW_USER || command == LIST) { in tw_collect_items()
1157 if (command == LIST) in tw_collect_items()
1601 if (command == LIST && pat != NULL) { in t_search()
1807 case LIST: in t_search()
HDed.inputl.c192 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST; in Inputl()
459 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST; in Inputl()
491 fn = (retval == CC_LIST_ALL) ? LIST_ALL : LIST; in Inputl()
/dragonfly/lib/libc/resolv/
HDres_update.c71 LIST(ns_updrec) z_rrlist;
97 LIST(struct zonegrp) zgrps; in res_nupdate()
/dragonfly/games/rogue/
HDpack.c297 if (ch == LIST) { in pack_letter()
537 *c = LIST; in is_pack_letter()
540 return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST)); in is_pack_letter()
/dragonfly/contrib/cvs-1.12/src/
HDhash.h24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator
/dragonfly/contrib/file/magic/Magdir/
HDriff133 >0 string LIST
343 >8 string IDF\ LIST \b, MIDI Instrument Definition File
365 >>12 string LIST
421 >>>88 string LIST
559 # skip past first (video) LIST
560 >>>>(92.l+96) string LIST
724 # for debugging purpose display next chunk like: DISP LIST
727 # for debugging purpose display 5th chunk like: LIST DISP ccmm osfp
757 # for debugging purpose display next chunk like: DISP LIST
760 # for debugging purpose display 5th chunk like: LIST osfp
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-pass.h603 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
/dragonfly/lib/libc/include/isc/
HDlist.h26 #define LIST(type) struct { type *head, *tail; } macro

123