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

  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c     [all...]
scan.l 36 #define ACTION_IFDEF(def, should_define) \
242 input ACTION_IFDEF("YY_NO_INPUT", ! option_sense);
260 unput ACTION_IFDEF("YY_NO_UNPUT", ! option_sense);
267 yy_push_state ACTION_IFDEF("YY_NO_PUSH_STATE", ! option_sense);
268 yy_pop_state ACTION_IFDEF("YY_NO_POP_STATE", ! option_sense);
269 yy_top_state ACTION_IFDEF("YY_NO_TOP_STATE", ! option_sense);
271 yy_scan_buffer ACTION_IFDEF("YY_NO_SCAN_BUFFER", ! option_sense);
272 yy_scan_bytes ACTION_IFDEF("YY_NO_SCAN_BYTES", ! option_sense);
273 yy_scan_string ACTION_IFDEF("YY_NO_SCAN_STRING", ! option_sense);

Completed in 218 milliseconds