Home
last modified time | relevance | path

Searched refs:XXGOTO (Results 1 – 4 of 4) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.h539 #define XXGOTO 47 /* GOTO */ macro
H A Dckuus2.c6580 case XXGOTO:
H A Dckuus6.c11284 cmd = (cx == XXGOTO) ? "GOTO" : ((cx == XXFWD) ? "FORWARD" : "_FORWARD");
11333 lp = (cx == XXGOTO) ? macx[maclvl] : macp[maclvl];
11451 if (cx == XXGOTO) { /* If GOTO, but not FORWARD, */
H A Dckuusr.c1010 { "goto", XXGOTO,0 }, /* GOTO label in take file or macro */
8218 if (cx == XXGOTO || cx == XXFWD || cx == XXXFWD) { /* GOTO or FORWARD */