HomeSort by: relevance | last modified time | path
    Searched defs:applies (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sed/
process.c 79 static __inline int applies(struct s_command *);
91 static int lastaddr; /* Set by applies if last address of a range. */
120 if (!applies(cp)) {
295 * Return TRUE if the command applies to the current line. Sets the start
299 applies(struct s_command *cp) function
  /src/external/mit/isl/dist/
isl_morph.c 219 isl_bool applies; local
222 applies = isl_space_is_equal(dom_space, space);
223 return check_space_match(space, applies);
641 * Note that the mapping in morph applies to both parameters and set dimensions,
678 * Note that the mapping in morph applies to both parameters and set dimensions,
isl_transitive_closure.c 1801 isl_bool applies, subset; local
1803 applies = isl_basic_map_applies_range(data->list[j], data->list[i]);
1804 if (applies < 0)
1806 if (!applies)

Completed in 28 milliseconds