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

/freebsd-10-stable/contrib/libreadline/
H A Ddisplay.c228 expand_prompt (pmt, lp, lip, niflp, vlp)
229 char *pmt;
236 if ((MB_CUR_MAX <= 1 || rl_byte_oriented) && strchr (pmt, RL_PROMPT_START_IGNORE) == 0)
238 r = savestring (pmt);
250 l = strlen (pmt);
257 for (rl = ignoring = last = ninvis = physchars = 0, p = pmt; p && *p; p++)
279 pind = p - pmt;
280 ind = _rl_find_next_mbchar (pmt, pind, 1, MB_FIND_NONZERO);
287 physchars += _rl_col_width (pmt, pind, ind);
332 _rl_strip_prompt (pmt)
2114 char *pmt, *p; local
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1808 FILETIME *pat, *pmt; local
1831 pmt = &fmtime;
1833 pmt = NULL;
1834 if (pat != NULL || pmt != NULL)
1835 r = SetFileTime(h, NULL, pat, pmt);
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2077 FILETIME *pat, *pmt; local
2100 pmt = &fmtime;
2102 pmt = NULL;
2103 if (pat != NULL || pmt != NULL)
2104 r = SetFileTime(h, NULL, pat, pmt);

Completed in 183 milliseconds