Searched refs:EOL (Results 1 – 5 of 5) sorted by relevance
677 if (*ch=='\n') return EOL; in PointCmd602()689 if (*ch=='\n') return EOL; in PointCmd602()693 if (*ch=='\n') return EOL; in PointCmd602()717 if (node==START) { node = EOL; } in Read602()726 node = EOL; in Read602()730 case EOL: in Read602()770 else if(ch == '\n') node = EOL; in Read602()798 if(pst.ccafterln) node = EOL; in Read602()809 node = EOL; in Read602()815 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
Completed in 52 milliseconds