Home
last modified time | relevance | path

Searched refs:ap_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dprompt.c115 static void ap_str(constant char *s) in ap_pos()
139 ap_str(buf);
150 ap_str(buf); in curr_byte()
161 ap_str(buf);
169 ap_str("?"); in cond()
307 ap_str(editor); in protochar()
318 ap_str(s); in protochar()
356 ap_str(osc8_path); in protochar()
394 ap_str("tag"); in skipcond()
397 ap_str("fil in skipcond()
82 static void ap_str(char *s) ap_str() function
[all...]
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_control.c79 const char *ap_str; member
242 if (strlcat(buf, au_polstr[i].ap_str, maxsize) >= in au_poltostr()
247 } while (NULL != au_polstr[++i].ap_str); in au_poltostr()
273 if (strcmp(string, au_polstr[i].ap_str) == 0) { in au_strtopol()
278 } while (NULL != au_polstr[++i].ap_str); in au_strtopol()