Searched refs:handle_switch (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/tools/log2lines/ |
H A D | cmd.c | 48 handle_switch(FILE *outFile, int *sw, char *arg, char *desc) in handle_switch() function 183 handle_switch(outFile, &opt_console, NULL, "-c Console option"); in handle_escape_cmd() 203 handle_switch(outFile, &opt_Mark, arg, "-m mark (*)"); in handle_escape_cmd() 206 handle_switch(outFile, &opt_Mark, arg, "-M Mark (?)"); in handle_escape_cmd() 216 handle_switch(outFile, &opt_raw, arg, "-r Raw"); in handle_escape_cmd() 231 handle_switch(outFile, &opt_undo, "1", "-u Undo"); in handle_escape_cmd() 238 handle_switch(outFile, &opt_twice, arg, "-t Translate twice"); in handle_escape_cmd() 241 handle_switch(outFile, &opt_twice, arg, NULL); in handle_escape_cmd() 245 handle_switch(outFile, &opt_undo, arg, "-u undo"); in handle_escape_cmd() 248 handle_switch(outFile, &opt_undo, arg, NULL); in handle_escape_cmd() [all …]
|