Searched refs:LIST (Results 1 – 8 of 8) sorted by relevance
8 class LIST { class11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST() function in LIST13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST() function in LIST44 LIST<int> mylist(10); in main()
210 local LIST211 LIST=$@214 for ELEMENT in $LIST; do
175 # LIST MANIPULATION FUNCTIONS
2214 `$(sort LIST)'2215 Sort the words in LIST lexicographically, removing duplicates.3257 with the Invariant Sections being LIST THEIR TITLES, with3258 the Front-Cover Texts being LIST, and with the Back-Cover Texts3259 being LIST.
3114 LIST = one two three3116 for i in $(LIST); do \5319 `$(sort LIST)'5320 Sorts the words of LIST in lexical order, removing duplicate5601 $(foreach VAR,LIST,TEXT)5603 The first two arguments, VAR and LIST, are expanded before anything5605 the same time. Then for each word of the expanded value of LIST, the5611 whitespace-separated words in LIST. The multiple expansions of TEXT5646 they were beforehand. The other values which are taken from LIST are
3717 LIST = one two three3719 for i in $(LIST); do \
4147 # Loop through the user's path and test for each of PROGNAME-LIST4213 # Loop through the user's path and test for each of PROGNAME-LIST