Searched refs:sfnext (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsgcvt.c207 sfnext(Sfio_t* ip) function
225 if ((c = sfnext(ip)) == 'O' &&
226 (c = sfnext(ip)) == 'L' &&
228 (c = sfnext(ip)) == 'S' &&
229 (c = sfnext(ip)) == 'T' &&
230 (c = sfnext(ip)) == 'A' &&
231 (c = sfnext(ip)) == 'R' &&
232 (c = sfnext(ip)) == 'T' &&
233 (c = sfnext(ip)) == '=' &&
234 (c = sfnext(i
[all...]

Completed in 9 milliseconds