header             43 gc/cord/cordbscs.c 	char header;
header             55 gc/cord/cordbscs.c 	char header;
header             64 gc/cord/cordbscs.c 	char header;
header             82 gc/cord/cordbscs.c #define IS_CONCATENATION(s)  (((CordRep *)s)->generic.header == CONCAT_HDR)
header             84 gc/cord/cordbscs.c #define IS_FUNCTION(s)  ((((CordRep *)s)->generic.header & FN_HDR) != 0)
header             86 gc/cord/cordbscs.c #define IS_SUBSTR(s) (((CordRep *)s)->generic.header == SUBSTR_HDR)
header            216 gc/cord/cordbscs.c     	result->header = CONCAT_HDR;
header            257 gc/cord/cordbscs.c     	result->header = CONCAT_HDR;
header            300 gc/cord/cordbscs.c     	result->header = FN_HDR;
header            351 gc/cord/cordbscs.c     ((CordRep *)result) -> function.header = SUBSTR_HDR;