Home
last modified time | relevance | path

Searched refs:DOTS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h96 #define DOTS , ... macro
120 #define DOTS macro
/openbmc/linux/scripts/genksyms/
H A Dparse.y104 %token DOTS
353 parameter_declaration_list_opt DOTS { $$ = $2; }
355 | parameter_declaration_list ',' DOTS { $$ = $3; }
H A Dlex.l75 "..." return DOTS;