Home | History | Annotate | Download | only in src

Lines Matching defs:type_flags

506 	int type_flags;
617 type_flags = 0;
625 type_flags = EXPORT;
627 type_flags = LOCAL|LOCAL_COPY|EXPORT;
631 type_flags |= EXPORT;
648 typeset(cp, type_flags, 0, 0, 0);
649 if (bourne_function_call && !(type_flags & EXPORT))