Home
last modified time | relevance | path

Searched refs:sgoto (Results 1 – 10 of 10) sorted by relevance

/dports/net/vde2/vde2-2.3.2/src/common/
H A Dcmdparse.c126 struct utmstate *sgoto(struct utmstate *head,int nextnum) in sgoto() function
132 return sgoto(head->next,nextnum); in sgoto()
263 status=sgoto(utm->head,status->nextnum); in utm_run()
311 status=sgoto(utm->head,status->nextnum); in utm_run()
316 status=sgoto(utm->head,status->nextnum); in utm_run()
346 status=sgoto(utm->head,status->nextnum); in utm_run()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dslideshw.c113 static FCODE sgoto[] = "GOTO"; variable
261 else if(far_strcmp((char far *)buffer,sgoto)==0) in slideshw()
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dpart_preview.cpp12 PartPreview::PartPreview(IPool &p, bool sgoto, const std::string &instance) in PartPreview() argument
13 : Gtk::Box(Gtk::ORIENTATION_VERTICAL, 0), pool(p), show_goto(sgoto) in PartPreview()
/dports/editors/cooledit/cooledit-3.17.28/syntax/
H A Djasm.syntax98 keyword whole if\s\s\s\s*\sgoto yellow/24
99 keyword whole if\s*\sgoto yellow/24
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp2.c3183 astp2->stnxt->st.sgoto = stp; in __prep_lstofsts()
3184 astp2->stnxt->st.sgoto->lpend_goto_dest = TRUE; in __prep_lstofsts()
3414 astp->st.sgoto = __prpstk[__prpsti]; in __prep_lstofsts()
3507 gtstp->st.sgoto = targstp; in add_loopend_goto()
6510 nstp->st.sgoto = NULL; in cmp_xform1_stmt()
6773 last_stp->st.sgoto = targstp; in cxf_fixup_loopend_goto()
6907 stp->st.sgoto = __prpstk[__prpsti]; in cxf_fixup_lstofsts_gotos()
7165 si2 = stp->st.sgoto - &(mdp->msttab[0]); in __dmp_msttab()
H A Dv_ex.c469 if ((stp2 = stp2->st.sgoto) == NULL || stp2->stmttyp != S_GOTO) in __process_thrd_ev()
818 stp = stp->st.sgoto; in exec_stmts()
1295 stp = stp->st.sgoto; in __brktr_exec_1stmt()
2944 stp2 = stp2->st.sgoto; in __exec_tskcall()
H A Dv.h2159 struct st_t *sgoto; /* destination of added goto */ member
H A Dv_src.c4164 stp->st.sgoto = NULL; in __alloc_stmt()
H A Dv_cnv.c4676 gtstp = stp->st.sgoto; in __dmp_stmt()
/dports/lang/ratfor/ratfor-1985.06_14/
H A Drat4.c1987 static char *sgoto = "goto ("; local