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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dprint_cmd.c327 char *ps4; local
332 ps4 = get_string_value ("PS4");
334 if (ps4 == 0 || *ps4 == '\0')
338 ps4 = decode_prompt_string (ps4);
341 if (ps4 == 0 || *ps4 == '\0')
345 ps4_len = strnlen (ps4, MB_CUR_MAX);
346 ps4_firstc_len = MBLEN (ps4, ps4_le
[all...]

Completed in 115 milliseconds