Home | History | Annotate | Download | only in src

Lines Matching defs:skip

1211 #define AI_ARGV(a, i)	((i) == 0 ? (a).argv[0] : (a).argv[(i) - (a).skip])
1212 #define AI_ARGC(a) ((a).ai_argc - (a).skip)
1219 int skip; /* first arg is argv[0], second is argv[1 + skip] */
1366 #define IOSKIP BIT(5) /* <<-, skip ^\t* */
1577 #define CONTIN BIT(0) /* skip new lines to complete command */