Searched refs:sortlist (Results 1 – 5 of 5) sorted by relevance
221 my @sortlist;227 @sortlist = sort(@$list);228 $proj->{'userlist'} = \@sortlist;233 my @sortlist;239 @sortlist = sort(@$list);240 $proj->{'grouplist'} = \@sortlist;246 my @sortlist;261 @sortlist = sort { $a->{'name'} cmp $b->{'name'} } @attriblist;262 $proj->{'attributelist'} = \@sortlist;
560 my @sortlist;571 @sortlist = sort(@$list);572 $proj->{'userlist'} = \@sortlist;580 my @sortlist;591 @sortlist = sort(@$list);592 $proj->{'grouplist'} = \@sortlist;613 my @sortlist;622 @sortlist =624 $proj->{'attributelist'} = \@sortlist;
270 page_t **sortlist[STARFIRE_MAX_BOARDS]; in plat_freelist_process() local294 sortlist[idx] = NULL; in plat_freelist_process()353 sortlist[bds++] = &bdlist[idx]; in plat_freelist_process()377 page = *sortlist[idx]; in plat_freelist_process()386 page_vpsub(sortlist[idx], page); in plat_freelist_process()389 mach_page_sub(sortlist[idx], in plat_freelist_process()401 if (*sortlist[idx] == NULL) { in plat_freelist_process()420 sortlist[bds++] in plat_freelist_process()
78 sortlist(char **list) /* List to be sorted */ in sortlist() function199 sortlist(list); in listdev()
435 %type sortlist {ExprList*}436 %destructor sortlist {sqliteExprListDelete($$);}441 orderby_opt(A) ::= ORDER BY sortlist(X). {A = X;}442 sortlist(A) ::= sortlist(X) COMMA sortitem(Y) collate(C) sortorder(Z). {446 sortlist(A) ::= sortitem(Y) collate(C) sortorder(Z). {