Lines Matching +defs:val +defs:to
4 * The contents of this file are subject to the terms of the
52 * Routine to perform parameter substitution.
60 * with a colon (:) to distinguish from the plus/minus operators.
86 * enhancements to the format capabilities may
140 /* The following routine was added to make lint shut up about converting from
141 * a long to a char *. It is identical to the pop routine, except for the
269 int val;
272 if ((val = setjmp(env)) != 0) {
274 switch (val) {
285 if (val == STACK_UNDERFLOW)
334 /* leading ':' to allow +/- in format */
385 * Pass off the dirty work to sprintf.
387 * the appropriate code here. I decided not to for
399 * no easy way to tell which. The Sys V on
412 * happen to nulls, EOT's, tabs, and newlines by the
422 * to be next to each other in ASCII, if tab were
446 * this to CRLF.
463 * Tab used to be in this group too,
464 * because UNIX might expand it to blanks.
471 * Tab was taken out to get the Ann Arbor
472 * 4080 to work.
709 case 'e': /* ELSE - branch to ENDIF */
732 _branchto(register char *cp, char to)
739 if ((c = *cp++) == to || c == ';') {