Displaying 4 results from an estimated 4 matches for "lvp".
Did you mean:
lp
2020 Mar 28
0
[klibc:update-dash] dash: eval: Replace with listsetvar with mklocal/setvareq
...rgv)
argv = argptr;
while ((name = *argv++) != NULL) {
- mklocal(name);
+ mklocal(name, 0);
}
return 0;
}
@@ -481,7 +459,7 @@ localcmd(int argc, char **argv)
* "-" as a special case.
*/
-void mklocal(char *name)
+void mklocal(char *name, int flags)
{
struct localvar *lvp;
struct var **vpp;
@@ -502,16 +480,16 @@ void mklocal(char *name)
eq = strchr(name, '=');
if (vp == NULL) {
if (eq)
- vp = setvareq(name, VSTRFIXED);
+ vp = setvareq(name, VSTRFIXED | flags);
else
- vp = setvar(name, NULL, VSTRFIXED);
+ vp = setvar(name, NULL, VS...
2019 Jan 25
0
[klibc:update-dash] [VAR] Add newline when tracing in poplocalvars
...ff-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/var.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/dash/var.c b/usr/dash/var.c
index dc90249f..c35e925e 100644
--- a/usr/dash/var.c
+++ b/usr/dash/var.c
@@ -547,7 +547,7 @@ poplocalvars(int keep)
while ((lvp = next) != NULL) {
next = lvp->next;
vp = lvp->vp;
- TRACE(("poplocalvar %s", vp ? vp->text : "-"));
+ TRACE(("poplocalvar %s\n", vp ? vp->text : "-"));
if (keep) {
int bits = VSTRFIXED;
2020 Mar 28
0
[klibc:update-dash] dash: [VAR] Add newline when tracing in poplocalvars
...ff-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/var.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/dash/var.c b/usr/dash/var.c
index dc90249f..c35e925e 100644
--- a/usr/dash/var.c
+++ b/usr/dash/var.c
@@ -547,7 +547,7 @@ poplocalvars(int keep)
while ((lvp = next) != NULL) {
next = lvp->next;
vp = lvp->vp;
- TRACE(("poplocalvar %s", vp ? vp->text : "-"));
+ TRACE(("poplocalvar %s\n", vp ? vp->text : "-"));
if (keep) {
int bits = VSTRFIXED;
2009 Apr 18
0
Mac Darwine "Open With" file suffix association
...x to open an .exe app on the Mac so they'll run it via Darwine?
I just successfully installed Darwine and then made a desktop alias to the Avaya Voice Mail Player by showing all hidden files in the Finder, using Make Alias, and copying that alias to the desktop.
This Avaya windows app plays .lvp audio voicemail files. How can I associate the .lvp files with the Avaya app so that when I double-click the file (ideally in my email as an attachment), it launches the Avaya app via Darwine.
Normally I'd do this via the Get Info dialog for the .lvp file and set Open With to the application,...