Home
last modified time | relevance | path

Searched refs:TOKEN_LINEBREAK (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Ddatafile.c35 TOKEN_LINEBREAK, enumerator
177 return(TOKEN_LINEBREAK); in GetNextToken()
205 return(TOKEN_LINEBREAK); in GetNextToken()
234 return(TOKEN_LINEBREAK); in GetNextToken()
479 if (TOKEN_SYMBOL == token && DATAFILE_TAG == s[0] && TOKEN_LINEBREAK == prev_token) break; in load_datafile_text()
484 if (TOKEN_LINEBREAK == token) in load_datafile_text()
488 if (TOKEN_LINEBREAK != token) in load_datafile_text()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Ddatafile.c27 TOKEN_LINEBREAK, enumerator
224 return(TOKEN_LINEBREAK); in GetNextToken()
252 return(TOKEN_LINEBREAK); in GetNextToken()
281 return(TOKEN_LINEBREAK); in GetNextToken()
531 … if (TOKEN_SYMBOL == token && DATAFILE_TAG == s[0] && TOKEN_LINEBREAK == prev_token) break; in load_datafile_text()
536 if (TOKEN_LINEBREAK == token) in load_datafile_text()
540 if (TOKEN_LINEBREAK != token) in load_datafile_text()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Ddatafile.c27 TOKEN_LINEBREAK, enumerator
224 return(TOKEN_LINEBREAK); in GetNextToken()
252 return(TOKEN_LINEBREAK); in GetNextToken()
281 return(TOKEN_LINEBREAK); in GetNextToken()
531 … if (TOKEN_SYMBOL == token && DATAFILE_TAG == s[0] && TOKEN_LINEBREAK == prev_token) break; in load_datafile_text()
536 if (TOKEN_LINEBREAK == token) in load_datafile_text()
540 if (TOKEN_LINEBREAK != token) in load_datafile_text()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/texcount/
H A Dtexcount.pl175 my $TOKEN_LINEBREAK=9; # line break in file
2524 } elsif ($type==$TOKEN_LINEBREAK) {
2549 return __set_token($tex,$1,$TOKEN_LINEBREAK);