HomeSort by relevance Sort by last modified time
    Searched full:retc (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
lex.c 103 int c, retc; local
131 retc = 'a'; /* alphanumeric */
151 retc = buf[0]; /* character is its own type */
156 retc = '0'; /* type is number */
161 return retc;

Completed in 3331 milliseconds