ReactOS
0.4.15-dev-4914-g2220e56
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <dos.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | MAX_STR 1024 |
Functions | |
int | find_str (char *sz, FILE *p, int invert_search, int count_lines, int number_output, int ignore_case, int at_start, int literal_search, int at_end, int reg_express, int exact_match, int sub_dirs, int only_fname) |
void | usage (void) |
int | main (int argc, char **argv) |
int find_str | ( | char * | sz, |
FILE * | p, | ||
int | invert_search, | ||
int | count_lines, | ||
int | number_output, | ||
int | ignore_case, | ||
int | at_start, | ||
int | literal_search, | ||
int | at_end, | ||
int | reg_express, | ||
int | exact_match, | ||
int | sub_dirs, | ||
int | only_fname | ||
) |
Definition at line 51 of file findstr.c.
Referenced by main().
Definition at line 138 of file findstr.c.