Home
last modified time | relevance | path

Searched refs:SETCH (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/filter/source/t602/
H A Dt602filter.cxx678 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()
H A Dt602filter.hxx58 typedef enum {START,READCH,EOL,POCMD,EXPCMD,SETCMD,SETCH,WRITE,EEND,QUIT} tnode; enumerator

Completed in 12 milliseconds