| /dflybsd-src/contrib/dialog/ |
| H A D | fselect.c | 52 } 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 D | extern.h | 53 extern LIST air, ground; 79 extern void append(LIST *, PLANE *); 80 extern void delete(LIST *, PLANE *);
|
| H A D | list.c | 56 append(LIST *l, PLANE *p) in append() 93 delete(LIST *l, PLANE *p) in delete()
|
| H A D | extern.c | 58 LIST air, ground;
|
| H A D | struct.h | 93 } LIST; typedef
|
| /dflybsd-src/usr.bin/paste/ |
| H A D | paste.c | 115 } 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 D | arlex.l | 57 "LIST" { return LIST; } 72 "list" { return LIST; }
|
| H A D | arparse.y | 47 %token LIST 125 LIST
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | arlex.l | 57 "LIST" { return LIST; } 72 "list" { return LIST; }
|
| H A D | arparse.y | 47 %token LIST 125 LIST
|
| /dflybsd-src/bin/pax/ |
| H A D | pax.h | 56 #define LIST 0 /* List the file in an archive */ macro 61 #define DEFOP LIST /* if no flags default is to LIST */
|
| H A D | options.c | 515 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 D | pax.c | 278 case LIST: in main()
|
| /dflybsd-src/usr.sbin/service/ |
| H A D | service.sh | 53 l) LIST=lopt ;; 109 if [ -n "$LIST" ]; then
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | pass_manager.h | 35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.file.c | 56 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 D | tw.h | 84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
|
| H A D | tw.parse.c | 252 (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 D | ed.inputl.c | 192 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 D | res_update.c | 71 LIST(ns_updrec) z_rrlist; 97 LIST(struct zonegrp) zgrps; in res_nupdate()
|
| /dflybsd-src/games/rogue/ |
| H A D | pack.c | 297 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 D | hash.h | 24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | riff | 133 >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 D | tree-pass.h | 603 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
|
| /dflybsd-src/lib/libc/include/isc/ |
| H A D | list.h | 26 #define LIST(type) struct { type *head, *tail; } macro
|