Lines Matching full:boundary
26 /* A boundary between two characters. */
29 /* The name of the file that contains the boundary. */
32 /* The (origin-1) line that contains the boundary.
36 /* The (origin-1) column just after the boundary. This is neither a
41 } boundary;
45 equal_boundaries (boundary a, boundary b)
55 /* Boundary just before the location starts. */
56 boundary start;
58 /* Boundary just after the location ends. */
59 boundary end;