Searched refs:incomplete_command (Results 1 – 3 of 3) sorted by relevance
37 extern void incomplete_command(void) __attribute__((noreturn));39 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0)
413 void incomplete_command(void) in incomplete_command() function
236 incomplete_command(); in iplink_parse_vf()