Searched defs:structured (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c66 * Goto %s from line %d is into a structured statement
136 static boolean structured, multiple; variable
142 char *pi_structured[] = {"is", "into", "a", "structured", "statement"};
370 * Goto %s from line %d is into a structured statement
374 multiple = structured = 0;
379 (structured = ((wordc == 10) &&
384 nwordv[1] = structured ? wordv [5] : wordv[wordc];

Completed in 44 milliseconds