Lines Matching +defs:range +defs:list

134     int range;			/* Whether to test <, > or = (as per signum) */
167 char *gd_colonmod; /* colon modifiers in qualifier list */
294 * into the list instead of the original string. */
298 /* add a match to the list */
348 g_range = qn->range;
974 * Duplicate a list of qualifiers using the `next' linkage (not the
976 * to point to the last element of the new list. All allocation is on the
1050 insert_glob_match(LinkList list, LinkNode next, char *data)
1055 next = insertlinknode(list, next, dupstring(getdata(added)));
1059 insertlinknode(list, next, data);
1063 * np points to a node in the list list which will be expanded *
1068 zglob(LinkList list, LinkNode np, int nountok)
1090 uremnode(list, np);
1092 /* quals will hold the complete list of qualifiers (file static). */
1101 * colonmod is a concatenated list of all colon modifiers found in
1126 * newquals is the root for the linked list of all qualifiers.
1127 * qo is the root of the current list of alternatives.
1190 sdata = NULL; /* Any list argument required */
1463 /* Access time in given range */
1468 /* Modification time in given range */
1473 /* Inode creation time in given range */
1478 /* File size (Length) in given range */
1634 qn->range = g_range;
1704 insertlinknode(list, node, ostr);
1804 * This is reversed to facilitate insertion into the list. */
1820 /* Match list was never reversed, so insert back to front. */
1823 /* insert matches in the arg list */
1824 insert_glob_match(list, node, matchptr->name);
1830 /* insert matches in the arg list */
1831 insert_glob_match(list, node, matchptr->name);
1982 /* Stick the name in a list... */
2034 xpandbraces(LinkList list, LinkNode *np)
2058 /* Expand range like 0..10 numerically: comma or recursive
2062 /* Get the first number of the range */
2071 /* Get the last number of the range */
2091 * str+1 is the first number in the range, dots+2 the last,
2114 /* when incr > 1, range is aligned to the highest number of str1,
2118 uremnode(list, node);
2128 insertlinknode(list, last, p);
2140 * the final list is in lexical order. */
2146 uremnode(list, node);
2180 insertlinknode(list, last, str);
2187 uremnode(list, node);
2210 /* and add this text to the argument list. */
2211 insertlinknode(list, node, zz);
2263 /* We are replacing the chunk, just add this to the list */
2426 * Match against str using pattern pp; return a list of
2427 * Repldata matches in the linked list *repllistp; this is
2442 * We need SUB_LIST to activate the special handling of the list
2782 * point. (Either that or record every single match in a list,
3440 /* size in required range? */
3475 /* time in required range? */