HomeSort by relevance Sort by last modified time
    Searched refs:XARGMATCH (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
argmatch.h 48 /* xargmatch calls this function when it fails. This function should not
86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \
argmatch.c 66 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
266 backup_type = XARGMATCH ("$VERSION_CONTROL", cp,
270 backup_type = XARGMATCH (program_name, argv[1],
  /external/bison/src/
getargs.c 111 int value = XARGMATCH (option, args + no, keys, values);

Completed in 8848 milliseconds