Searched refs:SETCH (Results 1 – 2 of 2) sorted by relevance
678 if (!isalpha(*ch)) return (*ch<32) ? SETCH : WRITE; in PointCmd602()727 } else if (ch < 32) node = SETCH; in Read602()738 else if (ch < 32) {pst.ccafterln = true; node = SETCH; break;} in Read602()748 else if(ch <32) node=SETCH; in Read602()763 if(ch<32) node = SETCH; in Read602()774 case SETCH : in Read602()816 else if(ch < 32) node = SETCH; in Read602()842 else if(ch < 32) node = SETCH; in Read602()
58 typedef enum {START,READCH,EOL,POCMD,EXPCMD,SETCMD,SETCH,WRITE,EEND,QUIT} tnode; enumerator
Completed in 317 milliseconds