HomeSort by relevance Sort by last modified time
    Searched defs:curtok (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c 228 const char *xdigits, *curtok; local
242 curtok = src;
258 curtok = src;
275 inet_pton4(curtok, tp, 1) > 0) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 20 static int curtok, peektok; variable
24 #define get_next_token() (curtok = yylex())
45 while (curtok != 0) {
46 switch (curtok) {
55 if (curtok != ';')
70 if (curtok == '/') {
76 if (curtok != CODE)
90 while (curtok == '|') {
103 while (curtok == '\\') {
130 while (curtok == CLOSE || curtok == CLOSESIZE)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 94 #define curtok (parser_nasm->token) macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 135 #define curtok (parser_gas->token) macro
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1114 milliseconds