Lines Matching refs:VAR_LIST
145 tv->v_type = VAR_LIST; in exe_newlist()
1132 case VAR_LIST: in do_2string()
1187 case VAR_LIST: in allocate_if_null()
2450 else if (dest_type == VAR_LIST in exec_instructions()
2466 if (status == OK && dest_type == VAR_LIST) in exec_instructions()
2604 if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2781 else if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2834 if (tv_dest->v_type == VAR_LIST) in exec_instructions()
3273 if (ltv->v_type == VAR_LIST) in exec_instructions()
3827 if (tv1->v_type == VAR_LIST && tv2->v_type == VAR_LIST) in exec_instructions()
4263 if (tv->v_type == VAR_LIST) in exec_instructions()
4287 else if (tv->v_type == VAR_LIST && tv->vval.v_list != NULL) in exec_instructions()
4424 if (tv->v_type != VAR_LIST) in exec_instructions()
5948 case VAR_LIST: in tv2bool()