• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/

Lines Matching defs:ctype

65 #include <ctype.h>
362 int ctype;
374 Get_Ch_Class(cc, ctype); /* read first character */
376 _start_: /* cc/ctype: current char, pligne: ptr to next char */
377 switch (ctype)
386 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
394 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
419 Get_Ch_Class(cc, ctype);
424 switch (ctype)
450 if ((ctype != AQ) && !(sd->options & ISO_RESTRICTIONS))
452 Get_Ch_Class(cc,ctype);
453 if (LexError(_skip_blanks(nst, sd, &pligne, &cc, &ctype))) {
467 Get_Ch_Class(cc,ctype);
468 switch (ctype)
478 Get_Ch_Class(cc, ctype); /* next character */
479 if (ctype != NL)
487 Get_Ch_Class(cc, ctype); /* next character */
524 Get_Ch_Class(cc, ctype);
525 } while (ctype == BS || ctype == NL);
530 Get_Ch_Class(cc, ctype)
531 if (ctype == ES)
538 else if (ctype == ES)
546 Get_Ch_Class(cc, ctype)
609 Get_Ch_Class_And_Complete(cc, ctype); /* next character */
628 Get_Ch_Class(cc, ctype);
631 if (Alphanum(ctype))
637 Get_Ch_Class_And_Complete(cc, ctype);
657 Get_Ch_Class(cc, ctype);
660 if (Symbol(ctype) && ctype != RE)
666 Get_Ch_Class_And_Complete(cc, ctype);
674 && (ctype == BS || ctype == NL || ctype == RE || ctype == CM))
685 && (ctype == BS || ctype == NL || ctype == RE || ctype == CM))
687 if (ctype == RE || ctype == CM)
691 else if (ctype == NL)
708 Get_Ch_Class(cc,ctype);
709 if (ctype == RE)
711 if (ctype == NL)
798 * pligne, cc, ctype are maintained as in lex_an()
803 * ENDOFFILE error (cc,ctype not updated)
811 int ctype = *p_ctype;
816 switch (ctype)
828 Get_Ch_Class(cc,ctype);
829 } while (ctype != NL && ctype != RE);
837 Get_Ch_Class(cc,ctype);
840 switch (ctype)
853 Get_Ch_Class(cc,ctype);
854 if (ctype != CM2)
861 Get_Ch_Class(cc,ctype);
862 if (ctype != CM1)
867 Get_Ch_Class(cc,ctype);
876 *p_ctype = ctype;
880 Get_Ch_Class(cc,ctype);