Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/dialog/
H A Dfselect.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 …]
/dflybsd-src/games/atc/
H A Dextern.h53 extern LIST air, ground;
79 extern void append(LIST *, PLANE *);
80 extern void delete(LIST *, PLANE *);
H A Dlist.c56 append(LIST *l, PLANE *p) in append()
93 delete(LIST *l, PLANE *p) in delete()
H A Dextern.c58 LIST air, ground;
H A Dstruct.h93 } LIST; typedef
/dflybsd-src/usr.bin/paste/
H A Dpaste.c115 } LIST; typedef
120 LIST *lp; in parallel()
125 LIST *head, *tmp; in parallel()
129 if ((lp = malloc(sizeof(LIST))) == NULL) in parallel()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Darlex.l57 "LIST" { return LIST; }
72 "list" { return LIST; }
H A Darparse.y47 %token LIST
125 LIST
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Darlex.l57 "LIST" { return LIST; }
72 "list" { return LIST; }
H A Darparse.y47 %token LIST
125 LIST
/dflybsd-src/bin/pax/
H A Dpax.h56 #define LIST 0 /* List the file in an archive */ macro
61 #define DEFOP LIST /* if no flags default is to LIST */
H A Doptions.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()
H A Dpax.c278 case LIST: in main()
/dflybsd-src/usr.sbin/service/
H A Dservice.sh53 l) LIST=lopt ;;
109 if [ -n "$LIST" ]; then
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpass_manager.h35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
/dflybsd-src/contrib/tcsh-6/
H A Dsh.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()
H A Dtw.h84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
H A Dtw.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()
H A Ded.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()
/dflybsd-src/lib/libc/resolv/
H A Dres_update.c71 LIST(ns_updrec) z_rrlist;
97 LIST(struct zonegrp) zgrps; in res_nupdate()
/dflybsd-src/games/rogue/
H A Dpack.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()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dhash.h24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator
/dflybsd-src/contrib/file/magic/Magdir/
H A Driff133 >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
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-pass.h603 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
/dflybsd-src/lib/libc/include/isc/
H A Dlist.h26 #define LIST(type) struct { type *head, *tail; } macro

123