Searched refs:sdeRead (Results 1 – 2 of 2) sorted by relevance
261 char sdeRead() { in sdeRead() method in SDE334 while (((ch = sdeRead()) != '\n') && (ch != '\r')) { in readLine()339 sdeRead(); in readLine()422 while (((ch = sdeRead()) != '\n') && (ch != '\r')) { in ignoreLine()509 if (sdeRead() != ':') { in lineLine()603 (sdeRead() != 'S') || in decode()604 (sdeRead() != 'M') || in decode()605 (sdeRead() != 'A') || in decode()606 (sdeRead() != 'P')) { in decode()614 if (sdeRead() != '*') { in decode()[all …]
310 private char sdeRead(void) { in sdeRead() function479 ch = sdeRead(); in ignoreLine()566 if (sdeRead() != ':') { in lineLine()660 (sdeRead() != 'S') || in decode()661 (sdeRead() != 'M') || in decode()662 (sdeRead() != 'A') || in decode()663 (sdeRead() != 'P')) { in decode()671 if (sdeRead() != '*') { in decode()674 switch (sdeRead()) { in decode()