Lines Matching refs:isn_type

869 	    iptr->isn_type = ISN_DCALL;  in call_ufunc()
1600 for (ni = iptr + 1; ni->isn_type != ISN_FINISH; ++ni) in handle_debug()
1601 if (ni->isn_type == ISN_DEBUG in handle_debug()
1602 || ni->isn_type == ISN_RETURN in handle_debug()
1603 || ni->isn_type == ISN_RETURN_VOID) in handle_debug()
1745 switch (iptr->isn_type) in exec_instructions()
1987 if (iptr->isn_type == ISN_EXECUTE) in exec_instructions()
2024 if (iptr->isn_type == ISN_EXECUTE) in exec_instructions()
2037 if (iptr->isn_type == ISN_ECHOMSG) in exec_instructions()
2042 else if (iptr->isn_type == ISN_ECHOCONSOLE) in exec_instructions()
2126 switch (iptr->isn_type) in exec_instructions()
2189 switch (iptr->isn_type) in exec_instructions()
2382 switch (iptr->isn_type) in exec_instructions()
2720 if (iptr->isn_type == ISN_LOADOUTER) in exec_instructions()
2915 switch (iptr->isn_type) in exec_instructions()
3624 if (iptr->isn_type == ISN_COMPARENR) in exec_instructions()
3668 if (iptr->isn_type == ISN_COMPAREFLOAT) in exec_instructions()
3755 if (iptr->isn_type == ISN_ADDLIST) in exec_instructions()
3943 int is_slice = iptr->isn_type == ISN_STRSLICE; in exec_instructions()
3980 int is_slice = iptr->isn_type == ISN_LISTSLICE in exec_instructions()
3981 || iptr->isn_type == ISN_BLOBSLICE; in exec_instructions()
3982 int is_blob = iptr->isn_type == ISN_BLOBINDEX in exec_instructions()
3983 || iptr->isn_type == ISN_BLOBSLICE; in exec_instructions()
4025 int is_slice = iptr->isn_type == ISN_ANYSLICE; in exec_instructions()
4301 if (iptr->isn_type == ISN_2BOOL) in exec_instructions()
4326 iptr->isn_type == ISN_2STRING_ANY, in exec_instructions()
4497 if (iptr->isn_type == ISN_PROF_START) in exec_instructions()
4567 while (ectx->ec_instr[ectx->ec_iidx].isn_type != ISN_CMDMOD_REV) in exec_instructions()
5029 if (iptr->isn_type == ISN_JUMP_IF_ARG_SET) in list_instructions()
5047 switch (iptr->isn_type) in list_instructions()
5588 switch (iptr->isn_type) in list_instructions()
5631 switch(iptr->isn_type) in list_instructions()