Searched refs:more_than (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | msgcomm.c | 136 more_than = -1; in main() 153 more_than = value; in main() 318 if (more_than < 0) in main() 319 more_than = (less_than < 0 ? 1 : 0); in main() 322 if (more_than >= less_than || less_than < 2) in main() 325 more_than, less_than); in main()
|
D | msgcat.c | 141 more_than = 0; in main() 158 more_than = value; in main() 317 if (more_than >= less_than || less_than < 2) in main() 320 more_than, less_than); in main()
|
D | msguniq.c | 134 more_than = 0; in main() 146 more_than = 1; in main() 204 more_than = 0; in main()
|
D | msgl-cat.h | 34 extern DLL_VARIABLE int more_than;
|
D | msgl-cat.c | 53 int more_than; variable 76 : (used > more_than && used < less_than)); in is_message_selected()
|
D | ChangeLog.0 | 2484 (line_comment, omit_header, more_than, less_than): Remove variables. 2536 * msgcat.c (more_than, less_than): Move to msgl-cat.c. 2539 (main): Initialize more_than, less_than, use_first explicitly.
|
D | ChangeLog.1 | 7179 * msgl-cat.h (more_than, less_than, use_first, msgcomm_mode,
|
/third_party/gettext/gettext-tools/woe32dll/ |
D | gettextsrc-exports.c | 64 VARIABLE(more_than)
|