Searched refs:__VA_START__ (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/INIT/
H A Dproto.c63 # define __VA_START__(p,a) va_start(p,a) macro
65 # define __VA_START__(p,a) va_start(p) macro
2731 # define __VA_START__(p,a) va_start(p,a)\n\
2733 # define __VA_START__(p,a) va_start(p)\n\
4140 op = strcopy(op - 8, "__VA_START__");

Completed in 21 milliseconds