Home
last modified time | relevance | path

Searched refs:pmt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libreadline/
HDdisplay.c228 expand_prompt (pmt, lp, lip, niflp, vlp) in expand_prompt() argument
229 char *pmt; in expand_prompt()
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) in _rl_strip_prompt() argument
[all …]
/NextBSD/contrib/libarchive/libarchive/test/
HDmain.c1681 FILETIME *pat, *pmt; in assertion_utimes() local
1704 pmt = &fmtime; in assertion_utimes()
1706 pmt = NULL; in assertion_utimes()
1707 if (pat != NULL || pmt != NULL) in assertion_utimes()
1708 r = SetFileTime(h, NULL, pat, pmt); in assertion_utimes()
/NextBSD/contrib/libarchive/cpio/test/
HDmain.c1682 FILETIME *pat, *pmt; in assertion_utimes() local
1705 pmt = &fmtime; in assertion_utimes()
1707 pmt = NULL; in assertion_utimes()
1708 if (pat != NULL || pmt != NULL) in assertion_utimes()
1709 r = SetFileTime(h, NULL, pat, pmt); in assertion_utimes()
/NextBSD/contrib/libarchive/tar/test/
HDmain.c1683 FILETIME *pat, *pmt; in assertion_utimes() local
1706 pmt = &fmtime; in assertion_utimes()
1708 pmt = NULL; in assertion_utimes()
1709 if (pat != NULL || pmt != NULL) in assertion_utimes()
1710 r = SetFileTime(h, NULL, pat, pmt); in assertion_utimes()