Searched refs:add_list (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/bmake/mk/ |
| HD | meta2deps.sh | 118 add_list() { function 171 -S) add_list SRCTOPS $2; shift 2;; 172 -O) add_list OBJROOTS $2; shift 2;; 173 -X) add_list EXCLUDES '|' $2; shift 2;; 190 *) add_list _o $o; continue;; 196 */$x/) add_list _o ${o%$x/}; o=;; 197 */$x) add_list _o ${o%$x}; o=;; 198 *$x/) add_list _o ${o%$x/}; o=;; 199 *$x) add_list _o ${o%$x}; o=;; 216 add_list '|' -s '/*' src_re $SRCTOPS [all …]
|
| /dragonfly/usr.bin/localedef/ |
| HD | time.c | 97 add_list(const char *ptr[], char *str, int limit) in add_list() function 122 add_list(tm.mon, str, 12); in add_time_list() 125 add_list(tm.month, str, 12); in add_time_list() 128 add_list(tm.wday, str, 7); in add_time_list() 131 add_list(tm.weekday, str, 7); in add_time_list()
|
| /dragonfly/games/monop/ |
| HD | prop.c | 49 add_list(playernum, &(play[playernum].own_list), cur_p->loc); in buy() 56 add_list(int plr, OWN **head, int op_sqr) in add_list() function
|
| HD | trade.c | 127 add_list(pn, &(tp->prop_list), sqnum(op->sqr)); in get_list() 222 add_list(to->trader, &(pl_to->own_list), sqnum(op->sqr)); in move_em()
|
| HD | monop.h | 201 void add_list(int, OWN **, int);
|
| HD | execute.c | 688 add_list(tmp, &play[tmp].own_list, restore_itemnum); in restore_square_attr()
|