Searched refs:EOL (Results 1 – 5 of 5) sorted by relevance
672 if (*ch=='\n') return EOL; in PointCmd602()684 if (*ch=='\n') return EOL; in PointCmd602()688 if (*ch=='\n') return EOL; in PointCmd602()712 if (node==START) { node = EOL; } in Read602()721 node = EOL; in Read602()725 case EOL: in Read602()732 else if (ch == '\n') { par602(false); node = EOL; } in Read602()765 else if(ch == '\n') node = EOL; in Read602()793 if(pst.ccafterln) node = EOL; in Read602()804 node = EOL; in Read602()[all …]
58 typedef enum {START,READCH,EOL,POCMD,EXPCMD,SETCMD,SETCH,WRITE,EEND,QUIT} tnode; enumerator
96 #define EOL '\n' /* end-of-line indicator */ macro
90 #define lineterm EOL /* line terminating character */
57 #define EOL ( ( const sal_Char* ) 1 ) macro