Home
last modified time | relevance | path

Searched refs:grep_pass (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmsggrep.c149 int grep_pass; in main() local
177 grep_pass = -1; in main()
201 grep_pass = 3; in main()
209 if (grep_pass < 0) in main()
212 struct grep_task *gt = &grep_task[grep_pass]; in main()
226 if (grep_pass < 0) in main()
228 grep_task[grep_pass].matcher = &matcher_egrep; in main()
232 if (grep_pass < 0) in main()
235 struct grep_task *gt = &grep_task[grep_pass]; in main()
279 if (grep_pass < 0) in main()
[all …]
DChangeLog.15083 (main): Accept -J/--msgctxt option. Update grep_pass numbers.