OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cr_or_nl
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/clib/
voc_read.c
62
#define
cr_or_nl
(ch) ((ch) == '\n' || (ch) == '\r')
macro
92
if (!
cr_or_nl
(voc->ok_file_data[voc->ok_file_data_length - 1])) {
103
if (
cr_or_nl
(*ok)) {
118
while (!
cr_or_nl
(*ok)) token[i++] = *ok++;
Completed in 59 milliseconds