Home | History | Annotate | Download | only in src

Lines Matching refs:typeset

669 EXTERN const char Tlocal_typeset[] E_INIT("local=typeset");
670 #define T_typeset (Tlocal_typeset + 5) /* "=typeset" */
671 #define Ttypeset (Tlocal_typeset + 6) /* "typeset" */
1003 #define LOCAL BIT(11) /* for local typeset() */
1012 #define IMPORT BIT(21) /* flag to typeset(): no arrays, must have = */
1027 * param should be repoted by set/typeset). Does not include ARRAY or
1255 #define DOVACHECK BIT(9) /* var assign check (for typeset, set, etc) */
1844 struct tbl *typeset(const char *, uint32_t, uint32_t, int, int)