HomeSort by relevance Sort by last modified time
    Searched refs:PROTO (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 82 #ifndef PROTO
84 #define PROTO(proto) proto
86 #define PROTO(proto) ()
251 * proto in the proto queue.
256 * table and the proto it was first compared with must be of the total
258 * proto as a good match and not search any further
    [all...]
tblcmp.c 36 void mkentry PROTO((register int*, int, int, int, int));
37 void mkprot PROTO((int[], int, int));
38 void mktemplate PROTO((int[], int, int));
39 void mv2front PROTO((int));
40 int tbldiff PROTO((int[], int, int[]));
60 * protos is kept around with the hope that most states will find a proto
63 * "templates" are a special type of proto. If a transition table is
69 * simply made into a proto, then (typically) each subsequent, similar
70 * state will differ from the proto for two out-transitions. One of these
71 * out-transitions will be that character on which the proto does not g
    [all...]
dfa.c 36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
38 void sympartition PROTO((int[], int, int[], int[]));
39 int symfollowset PROTO((int[], int, int, int[]));
gen.c 36 void gen_next_state PROTO((int));
37 void genecs PROTO((void));
38 void indent_put2s PROTO((char [], char []));
39 void indent_puts PROTO((char []));
    [all...]
main.c 46 void flexinit PROTO((int, char**));
47 void readin PROTO((void));
48 void set_up_initial_allocations PROTO((void));
51 extern void argv_fixup PROTO((int *, char ***));
841 /* Used in mkprot() so that the first proto goes in slot 1
842 * of the proto queue.
sym.c 36 int hashfunct PROTO((register char[], int));
nfa.c 36 int dupmachine PROTO((int));
37 void mkxtion PROTO((int, int));
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 13 static char *fix_arg0 PROTO((const char *));
143 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
  /external/libpcap/
tokdefs.h 42 PROTO = 268,
146 #define PROTO 268
grammar.c 77 PROTO = 268,
181 #define PROTO 268
340 #include "os-proto.h"
343 #define QSET(q, p, d, a) (q).proto = (p),\
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
grammar.y 63 #include "os-proto.h"
66 #define QSET(q, p, d, a) (q).proto = (p),\
170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
239 /* Decide how to parse HID based on proto */
299 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
192 #define PROTO(type, name, arglist) type name arglist
193 #define EXFUN(name, proto) name proto
231 #define PROTO(type, name, arglist) type name ()
232 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
197 #define PROTO(type, name, arglist) type name arglist
198 #define EXFUN(name, proto) name proto
236 #define PROTO(type, name, arglist) type name ()
237 #define EXFUN(name, proto) name()