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