Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYrcFile.c722 if (q->str_value != 0) { in LYsetRcValue()
723 if (*(q->str_value) != NULL) in LYsetRcValue()
724 StrAllocCat(*(q->str_value), ","); in LYsetRcValue()
725 StrAllocCat(*(q->str_value), value); in LYsetRcValue()
749 if (q->str_value != 0) in LYsetRcValue()
750 StrAllocCopy(*(q->str_value), value); in LYsetRcValue()
1020 (q->str_value != 0 && *(q->str_value) != 0) in save_rc()
1021 ? *(q->str_value) in save_rc()
DLYReadCFG.c1786 if (q->str_value != 0) { in free_lynx_cfg()
1787 char *name = *(q->str_value); in free_lynx_cfg()
1803 FREE(*(q->str_value)); in free_lynx_cfg()
1804 FREE(q->str_value); in free_lynx_cfg()
1957 if (q->str_value != 0) in LYSetConfigValue()
1958 StrAllocCopy(*(q->str_value), value); in LYSetConfigValue()
1974 if (q->str_value == 0) { in LYSetConfigValue()
1975 q->str_value = typecalloc(char *); in LYSetConfigValue()
1977 if (q->str_value == 0) in LYSetConfigValue()
1981 HTSprintf0(q->str_value, "%s=%s", temp_name, value); in LYSetConfigValue()
[all …]
DLYStructs.h145 char ** str_value; \
DLYMain.c4126 if ((value = *(q->str_value)) != 0 in print_help_and_exit()
4369 if ((q->str_value != 0) && (next_arg != 0)) in parse_arg()
4370 StrAllocCopy(*(q->str_value), next_arg); in parse_arg()
4389 if ((q->str_value != 0) && (next_arg != 0)) in parse_arg()
4390 *(q->str_value) = next_arg; in parse_arg()
/mirbsd/src/usr.bin/vi/common/
Dapi.c469 api_opts_set(sp, name, str_value, num_value, bool_value) in api_opts_set() argument
471 char *name, *str_value;
502 a.len = snprintf(bp, 1024, "%s=%s", name, str_value);