Lines Matching refs:flgs
708 int command=0, flgs=NV_ASSIGN; in sh_exec() local
775 flgs |= NV_ARRAY; in sh_exec()
777 flgs |= NV_IARRAY; in sh_exec()
802 flgs |= NV_COMVAR; in sh_exec()
804 flgs |= NV_STATIC; in sh_exec()
806 flgs |= NV_NOREF; in sh_exec()
808 flgs |= NV_UNJUST; in sh_exec()
813 flgs |= NV_TYPE; in sh_exec()
818 flgs |= NV_NOSCOPE; in sh_exec()
821 flgs |= NV_EXPORT; in sh_exec()
822 if(flgs&(NV_EXPORT|NV_NOREF)) in sh_exec()
823 flgs |= NV_IDENT; in sh_exec()
825 flgs |= NV_VARNAME; in sh_exec()
828 flgs |= NV_TAGGED; in sh_exec()
830 nv_setlist(argp,flgs,tp); in sh_exec()
1080 if(flgs&NV_STATIC) in sh_exec()