Searched refs:last_p (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c484 char *last_p; local
491 last_p = NULL;
506 if (last_p != NULL && last_column + piece_width > width)
509 *last_p = UC_BREAK_POSSIBLE;
518 last_p = NULL;
530 last_p = p;
534 UC_BREAK_POSSIBLE later, via last_p. */
551 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
554 *last_p = UC_BREAK_POSSIBLE;
570 char *last_p; local
654 char *last_p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c484 char *last_p; local
491 last_p = NULL;
506 if (last_p != NULL && last_column + piece_width > width)
509 *last_p = UC_BREAK_POSSIBLE;
518 last_p = NULL;
530 last_p = p;
534 UC_BREAK_POSSIBLE later, via last_p. */
551 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
554 *last_p = UC_BREAK_POSSIBLE;
570 char *last_p; local
654 char *last_p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c499 static void __devinit apb_calc_first_last(u8 map, u32 *first_p, u32 *last_p) argument
515 *last_p = last;

Completed in 54 milliseconds