Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dprompt.c129 static void ap_str(constant char *s) in ap_str() function
153 ap_str(buf); in ap_pos()
164 ap_str(buf); in ap_linenum()
175 ap_str(buf); in ap_int()
183 ap_str("?"); in ap_quest()
325 ap_str(editor); in protochar()
336 ap_str(s); in protochar()
374 ap_str(osc8_path); in protochar()
415 ap_str("tag"); in protochar()
418 ap_str("file"); in protochar()
[all …]
/src/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()