Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 5 of 5) sorted by relevance

/trunk/main/filter/source/t602/
H A Dt602filter.cxx672 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 …]
H A Dt602filter.hxx58 typedef enum {START,READCH,EOL,POCMD,EXPCMD,SETCMD,SETCH,WRITE,EEND,QUIT} tnode; enumerator
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.hxx96 #define EOL '\n' /* end-of-line indicator */ macro
H A DparseAFM.cxx90 #define lineterm EOL /* line terminating character */
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx57 #define EOL ( ( const sal_Char* ) 1 ) macro