Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/xmon/
H A Dansidecl.h96 #define DOTS , ... macro
120 #define DOTS macro
/linux-6.15/scripts/genksyms/
H A Dparse.y107 %token DOTS
358 parameter_declaration_list_opt DOTS { $$ = $2; }
360 | parameter_declaration_list ',' DOTS { $$ = $3; }
H A Dlex.l77 "..." return DOTS;