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